/*
Theme Name: AghayeSEO
Theme URI: https://aghayeseo.com/
Author: Vahid Ghoreishi
Author URI: https://aghayeseo.com/
Description: base template
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2.0.0
Requires PHP: 7.0


AghayeSEO WordPress Theme © 2023 AghayeSEO
*/

body{
    margin:0;
    padding:0;
    font-size:14px;
    direction: rtl;
    text-align: right;
    line-height: 34px;
}
p{
	line-height: 30px;
}
.rtl{
    direction:rtl;
}
.ltr{
    direction:ltr;
}
/* Products Style */
.tab-content{
    height: 400px !important;
    overflow-y: auto !important;
}

/* Comment Style */

textarea#comment,input#email,input#author,input#url {
    padding: 0.84em 1.1em;
    color: #4a4f55;
    border-color: #e3e3e3;
    background-color: #ffffff;
}
input#author, input#email{
    color: #4a4f55;
    background-color: #fff;
    border:solid 1px #e3e3e3;
}
input#submit {
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    padding: 12px 24px;
    text-align: center;
    transition: all .3s;
    background-color:#bf1917;
    font-family: "dana", tahoma;
    border: 0;
}
body.rtl #comments .comment .comment-body, body.rtl #comments .pingback .comment-body {
    padding: 30px;
    background-color: #FFF
}textarea#comment, input#email, input#author, input#url
body.rtl #comments .comment .avatar, body.rtl #comments .pingback .avatar {
    display:block;
    max-width: 100%;
}
.comment-body {
    position: relative;
    overflow: hidden;
    padding: 1.7em 2em;
    border: 1px solid #ddd;
    margin-bottom: 2em;
    border-radius: 5px;
    border-bottom: 1px solid #ddd!important
}
body.rtl #comments ol.comment-list .children:before {
display: none
}
.comment-author.vcard, .comment-author.vcard a {
    color: #0d0d12;
    font-size: 17px;
}
.comment-content {
    color: #4a4f55;
    font-size: 14px;
}
.comment-metadata a {
    color: #898b8c;
    font-size: 12px;
}
.reply {
    width: fit-content;
    padding: 8px;
    background-color: #f8f5f2;
    border-radius: 100px;
    font-size: 12px;
    color: #4a4f55;
}
a.comment-reply-link {
    color: #0d0d12;
}
a.comment-reply-link:hover {
    color: #e93314;
}
.reply:after {
    content: "\f060";
    font-family: FontAwesome;
    margin-right: 5px;
    opacity: 0;
        transition: opacity 0.2s ease-out, right 0.3s ease-out;
}
.reply:hover {
    width: 60px;
    transition: width 0.3s ease-out;
}
.reply:hover:after {
    opacity: 1;
    transition: opacity 0.3s ease-out, right 0.3s ease-out;
}
.reply {
    padding: 8px;
    background-color: #f8f5f2;
    border-radius: 100px;
    font-size: 12px;
    color: #4a4f55;
    width: 30px;
    display: block;
    width: 45px;
    height: 2.4em;
    line-height: 2.4em;
    -webkit-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
        transition: all 0.3s ease-out
}
@media (max-width:768px){
body.rtl #comments .comment .comment-body, body.rtl #comments .pingback .comment-body {
    padding: 30px 30px 30px 30px;
    background-color: #FFF;
}
.comment-author.vcard {
    flex-basis: 100%;
}
.comment-metadata {
    margin-top: 15px;
}
p.comment-form-author, p.comment-form-email, p.comment-form-url {
    flex-basis: 100%;
    padding: 0;
}
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp{
	background:none !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding: 6px 15px 10px 15px;
    line-height: 24px;
    font-size: 15px;
    border: 2px solid transparent;
    border-radius: 5px;
    height: auto;
    font-family: Roboto, sans-serif;
    background-color: #ffffff3b  !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{
	top: 16px !important;
}