/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.blog-post-item > .bpl-title ,.bpl-content  {
   font-family: 'BYekan', sans-serif;
}
.bpl-title{
  margin-top:10px;
}

@font-face {
    font-family: 'BYekan';
    src: url('fonts/BYekan-Bold.woff2') format('woff2'),
         url('fonts/BYekan-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BYekan';
    src: url('fonts/BYekan.woff2') format('woff2'),
         url('fonts/BYekan.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body,
button,
input,
textarea,
select {
    font-family: 'BYekan', sans-serif !important;
}

* {
    font-family: 'BYekan', sans-serif !important;
}

.comment-author {
    font-weight: bold;
    color: #222;
}

.comment-content {
    background: #f7f7f7;
    padding: 15px;
}

.comment-form textarea {
    border: 1px solid #ddd;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin-right: 4%;
    margin-bottom: 15px;
}
.comment-form .comment-form-author{
     margin-right: 0 !important;
}

.comment-form .comment-form-url {
  margin-right: 4% !important;
} 

.comment-form .comment-form-url {
    margin-right: 0;
}


.comment-form .comment-form-comment {
    width: 100%;
    display: block;
    clear: both;
    margin-bottom: 15px;
}


.comment-form input,
.comment-form textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
    border: 1px solid #ccc;
}

@media (max-width: 768px) {
    .comment-form .comment-form-author,
    .comment-form .comment-form-email,
    .comment-form .comment-form-url {
        width: 100%;
        margin-right: 0;
    }
}


.comment-form-cookies-consent {
    display: flex;
    align-items: center; 
    gap: 8px; 
    margin-bottom: 15px;
}

.comment-form-cookies-consent input[type="checkbox"] {
    width: auto;
    height: auto;
    margin: 0; 
}

#archive-cat article.elementor-post {
    border: 1px solid #ccc;
    padding: 15px;
    background: #fff;
    transition: 0.3s ease;
}

#archive-cat article.elementor-post:hover {
    border-color: #ddd;
}


.ekit-pagination{
	   display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px; 
	margin-top:15px;
}

body {
    font-feature-settings: "ss01";
}
.ekit-pagination {
    direction: rtl;
}

.ekit-pagination .page-numbers {
    font-variant-numeric: normal;
}

#billing_country_field{
	display: none;
}
