/*
Theme Name: Ashe Child
Template: ashe
Theme URI: https://wp-royal.com/
Author: Royal Flush
Author URI: http://wp-royal.com/
Description: Clean and Minimalist blogging theme.
Version: 1.0
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: 
Tags: blog, e-commerce, food-and-drink, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-images, footer-widgets, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
 You Custom Code Goes Here
--------------------------------------------------------------*/
.post-content>p:first-of-type:first-letter {
/*
    float: right !important;
    margin: 150px 0 0 12px !important;
*/
}
.category-description h4 {
    border-bottom-width: 10px;
	border-color: #911b1b;
    font-size: 20px;
    font-style: bold; 
	padding: 5px;
	background-color: lightsalmon;
    line-height: 24px;
    letter-spacing: 0px;
	border-radius: 5px;
}
.post-categories a {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0px;
	padding-left: 5px; padding-right: 5px;
    border-radius: 5px;
	background-color: lightgoldenrodyellow;

}
img {
	border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.ashe-widget input[type="search"], textarea {
	border-radius: 5px;
}
.wp-block-search__inside-wrapper  {
	direction: rtl;
}
.post-meta {
    font-family: Vazirmatn, sans-serif!important;
}
.related-post h3 {
	font-size: 30px;
	letter-spacing: 0px;
}
.read-more a {
	border-radius: 5px;
    letter-spacing: 0px;
}
.scrolltop {
	font-family: Vazirmatn;
	border-radius: 5px;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: lightgoldenrodyellow;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    display: flex;           /* Use flexbox to align items */  
    flex-direction: column; /* Arrange items in a column */  
    align-items: center;    /* Center items horizontally */  
    cursor: pointer;        /* Change cursor on hover */  
    position: fixed;        /* Fixed position if needed */  
/*    bottom: 20px;            Adjust bottom position as needed */  
    right: 20px;            /* Adjust right position as needed */  
    text-align: center;     /* Center the text */  
}  
.scrolltop:hover {  
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);  
}
.scrolltop::after {  
    content: "بالا";        /* The text you'd like to insert */  
    margin-top: -10px;      /* Space between icon and text */  
    font-size: 20px;      /* Adjust text size here */  
	font-style: bold;
    color: #000;          /* Change color to your preference */  
}
.blog-pagination.default .previous-page {
	letter-spacing: 0px;
}
.comment-title, .related-posts h3 {
	font-style: bold;
	font-size: 20px;
	letter-spacing: 0px;
}
.rtl {
	font-family: Vazirmatn!important;
}
.post-title a {
	color: brown!important;
}
#featured-slider img {
	border-radius: 5px;
}
.post-meta {
    font-style: normal!important;
}
.post-content ul {
	padding-right: 25px!important;
}
.centered-text-area {
	float: right;
	border-radius: 5px;
	line-height: 3;
	text-shadow: 0 0 black;
	width: 100%;
    padding-left: 20px;
	background-color: rgba(250, 250, 210, 0.5);
}