/*!
Theme Name: solar express
Theme URI: https://www.facebook.com/ezat.tabish
Author: Ezatullah Tabish
Author URI: https://www.facebook.com/ezat.tabish
Description: این قالب توسط عزت الله تابش طراحی گردیده است حق کاپی را محفوظ می باشد برای پشتبانی به این ایمیل آدرس به تماس شوید. 
ezat.tabish2010@gmail.com
Version: 1.0.0
Tested up to: 8.2
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: solar-express
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.


*/


/* comments */
textarea {
  height: auto;
  padding: 0 25px 0 25px;
  padding-right: 45px;
  border: 1px solid transparent;
  color: var(--body-color);
  background-color: var(--smoke-color);
  border-radius: 0px;
  font-size: 16px;
  width: 100%;
  font-family: var(--body-font);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#comment-form-author input {
  height: 45px !important;
  padding: 0 25px 0 25px;
  padding-right: 45px;
  border: 1px solid transparent;
  color: var(--body-color);
  background-color: #fff;
  border-radius: 0px;
  font-size: 16px;
  width: 100%;
  font-family: var(--body-font);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/***********start comment************/
.comment-box {
  float: right;
  width: 100%;
  background: #fff;
  /* border: 1px solid #e5e5e5;
  border-radius: 4px; */
  padding: 0 20px 20px;
  margin: 30px 0;

}
.comment-box .related-head {
  font-size: 18px;
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
/**************start comment***************/

#reply-title,p.comment-notes  {
  display: none;
}
.comment-respond {

}
.comment-respond textarea {
  height: 184px;
  line-height: 26px;
  width: 100%;
  outline: 0;
  padding: 11px 10px;
  border: 1px solid #dcdcdc;
  /* -webkit-box-shadow: 0 0 7px #e9efe9 inset;
  box-shadow: 0 0 7px #e9efe9 inset; */
  border-radius: 2px;
  -webkit-appearance: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  font-family: 'iransans';

}
.comment-respond input[type='text'] {
  width: 100%;
  outline: 0;
  padding: 11px 10px;
  border: 1px solid #dcdcdc;
  /* -webkit-box-shadow: 0 0 7px #e9efe9 inset;
  box-shadow: 0 0 7px #e9efe9 inset; */
  border-radius: 2px;
  -webkit-appearance: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.comment-respond label {
  display: block;
  color: #6c757d;
  padding-bottom: 3px;
}
.comment-respond #commentform {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
#commentform p.comment-form-comment,#commentform p.form-submit {
  width: 100%;
  padding: 0 15px;
}
#commentform p.comment-form-url,p.comment-form-cookies-consent {
  display: none;
}
#commentform p.comment-form-author,#commentform p.comment-form-email {
  flex: 0 0 50%;
  padding: 0 15px;
}
@media (max-width: 600px) {
  #commentform p.comment-form-author,#commentform p.comment-form-email {
    flex: 0 0 100%;
  }
}
#commentform input[type="email"] {
  width: 100%;
  outline: 0;
  padding: 11px 10px;
  border: 1px solid #dcdcdc;
  /* -webkit-box-shadow: 0 0 7px #e9efe9 inset;
  box-shadow: 0 0 7px #e9efe9 inset; */
  border-radius: 2px;
  -webkit-appearance: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.comment-respond input:focus,.comment-respond textarea:focus, #commentform input:focus {
  border-color: #169f02;
}
.comment-body {
	position: relative;
	padding: 0 0 10px;
	margin: 0;
}
.comment-content{
  margin-top: 50px;
}
.comments-inner .comment .comment-meta a {
	
	display: block;
}
#commentform p.form-submit {
  width: 100%;
  padding: 0 15px;
  margin-top: 20px;
}

.comment-respond .submit {
	background-color: #5caf21;
	border-radius: 5px;
	padding: 10px 17px;
	line-height: 27px;
	display: inline-block;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #fff;
	font-family: 'iransans';
	font-size: 15px;
	cursor: pointer;
	border: 1px solid #169f02;
}
.comment-respond input:focus,.comment-respond textarea:focus {
  border-color: #169f02;
}
.comments-header {
  padding: 20px;
}
.comments-inner .comment {
  border-radius: 5px;
  margin: 20px 0;
  border: 1px solid #e9e9e9;
  padding: 15px;
}
.comments-inner .comment .depth-2 {
  background: #f7f8f9;
}
.comments-inner .comment .depth-3 {
  background: #ecf0f1;
}
.comments-inner .comment .comment-author {
  display: flex;
  margin-bottom: 15px;
}
.comments-inner .comment .comment-author img{
  border-radius: 50%;
  margin-right: 10px;
}
.comments-inner .comment .comment-author .fn {
	margin: auto 0;
	font-size: 14px;
	font-weight: 600;
}
.comments-inner .comment .comment-author .says{
  display: none;
}

.comments-inner .comment .comment-meta a {
  color: #8a8a8a;
  text-decoration: none;
  font-size: 13px;
}
.comments-inner .comment p {
  margin: 15px 0;
}
.comments-inner .comment .reply a {
  text-decoration: none;
  background: #ecf0f1;
  color: #333;
  padding: 4px 15px;
}
.counter svg{
  height: 100px;
  width: 100px;
}
.footer-nav ul {
	display: inline-flex;
}
.footer-nav ul li{
	padding: 5px;
}
.footer-nav ul li a{
	color: #333;
}
.logo-footer img{
  height: 100px;
}
.header-top ul li{
  list-style: none;
}
.header-social a{
  padding: 10px;
  font-size: 20px;
  color: #fff;
}
.partner img{
  height: 100px !important;
}

.posts {
  overflow: hidden;
  box-shadow: 0px 2px 20px #d7dfe2;
  background: white;
  border-radius: 0.5rem;
  position: relative;
  /* margin: 1rem; */
  transition: 250ms all ease-in-out;
  cursor: pointer;
}
.posts:hover {
  transform: scale(1.05);
  box-shadow: 0px 2px 40px #d7dfe2;
}

.posts .card-banner img {
  /* position: absolute; */
  object-fit: cover;
  height: 14rem;
  width: 100%;
  padding: 10px;
}

.posts .card-banner .category-tag {
  font-size: 0.8rem;
  font-weight: bold;
  color: white;
  background: #0a58ca;
  padding: 0.5rem 1.3rem 0.5rem 1rem;
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
  top: 1rem;
  border-radius: 0 2rem 2rem 0;
}
.posts .card-body {
  position: relative;
  padding: 15px;
}

.posts .blog-hashtag {
  font-size: 0.9rem;
  font-weight: 500;
  color: #4d97b2;
}

.posts .blog-title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.posts .blog-description {
  color: #616b74;
  font-size: 0.9rem;
}

textarea {
    background-color: #fff;
}
.forminator-button forminator-button-submit{
  background: #193cff !important;
}


/*User CSS*/
/*# sourceMappingURL=style.css.map */

