/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

/*کوچکتر کردن سایز فونت عنوان در وبلاگ*/
.page-id-86 .entry-title, .page-id-84 .entry-title  {
    font-size: 16px !important;
}

/*حذف نام دسته از زیر عنوان در وبلاگ*/
 span.blog-categories.minor-meta {
    display: none!important;
}

/*حذف تاریخ از زیر عنوان در وبلاگ*/
/* div.slide-meta {
display: none;
} */

 /*دادن حاشیه از راست به بخش ثبت نظرات*/
.comment_container {margin-right:55px;} 
.anr_captcha_field_div {margin-bottom:30px;}
.comment_container .comment-text {fontsize:16px;
color:black;}
 /*تغییر اندازه و کلفتی فونت منوها هدر*/
span.avia-menu-text {font-size:15px;font-weight:bold;}
 /*تغییر اندازه و رنگ  حاشیه و فونت منو در پروفایل کاربری*/
.page-id-107 #av-custom-submenu-1 li.menu-item.menu-item-top-level.menu-item-top-level-1 a span.avia-menu-text {font-size:17px; color:blue; font-weight:bold;margin-right:45px;}
.page-id-102 #av-custom-submenu-1 li.menu-item.menu-item-top-level.menu-item-top-level-2 a span.avia-menu-text {font-size:17px; color:blue; font-weight:bold;}
.page-id-102 #av-custom-submenu-1 li.menu-item.menu-item-top-level.menu-item-top-level-1 a span.avia-menu-text {margin-right:45px;}
/*تغییر دادن رنگ دکمه های سبد خرید*/
.page-id-1076 div.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {background-color:#41da41;}
.page-id-1076 div.coupon button.button {background-color:#721854;}
/*تغییر دادن رنگ دکمه های برگه پرداخت*/
.page-id-1077 div.form-row.place-order button#place_order.button.alt {background-color:#41da41;}
/*سفید کردن و آبی کردن کلمات اطلاعات محصول و در صفحه پرداخت  تا دیده نشه یا خوب دیده بشه*/
.page-id-1077 div.woocommerce-additional-fields h3 {display:none;}
.page-id-1077 div.woocommerce-billing-fields h3  { display:none;}
.page-id-1077 h3#order_review_heading {color:blue;}
/*اصلاح صفحه پرداخت بعد از پرداخت*/
a.woocommerce-MyAccount-downloads-file.button.alt {background-color:#41da41;}
h2.woocommerce-order-downloads__title {color:blue;}
h2.woocommerce-order-details__title {color:blue;}
/*اصلاح نحوه نمایش کامنت ها در گوشی*/
@media only screen and (max-width: 767px){#top .commentlist .children ul,#top .commentlist ul,#top .commentlist .comment{margin-right: 0px !important;}}
/*حذف تصویر شاخص از پست تکی*/
.single-post .post-entry .big-preview{ display: none !important; }
/*استایل محتوای بازشده تمارین دوره ها*/
/* Tab title style */
/* Tab title style 
.av-accordion-style-2 .toggler {
    font-size: 18px;
    font-weight: bolder;
    padding: 10px 15px;
    text-transform: uppercase;
    margin: 2px 0;
    background: #B5DCFD;
}
.av-accordion-style-2 .activeTitle.toggler:hover,
.av-accordion-style-2 .activeTitle.toggler,
.av-accordion-style-2 .toggler:hover {
    color:#FFF;
    background: #1869FF;
    }


/* Accordion icon
.av-accordion-style-2 .toggle_icon:before {
    position: absolute;
    font-size: 18px;
    top:50%;
    transform: translateY(-50%);
    left: 0;
    content:"\e875";
    font-family: 'entypo-fontello';     
    line-height: 0;
}

/* Active tab icon 
.av-accordion-style-2 .activeTitle .toggle_icon:before {
    content:"\e873";
    font-family: 'entypo-fontello';         
}

/* Hide default icon 
.av-accordion-style-2 .toggle_icon {
    border:none;    
    position: absolute;
    left: auto;
    right: auto;
}
.av-accordion-style-2 .toggle_icon .vert_icon,
.av-accordion-style-2 .toggle_icon .hor_icon {
    display:none;
}

/*Toggle content area*/

.av-accordion-style-2 .toggle_content {
   background-color: #ced7df;
}
/*نمایش ریکپچا ورژن سه در کامنت*/
body .grecaptcha-badge {
   visibility: visible !important;
   z-index: 9999999999;
}
