/* archive product pages  */
.archive-page-product-wrapper{
	border: 1px solid var(--border-color);
	border-radius: 1px !important;
	overflow: hidden;
	border-bottom: none;
	border-left:none;
	-webkit-border-radius: 1px !important;
	-moz-border-radius: 1px !important;
	-ms-border-radius: 1px !important;
	-o-border-radius: 1px !important;
}
.archive-page-product-wrapper>li{
	width: 25%;
    border-left: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.archive-page-product-wrapper>li .product_card_content_wrapper{
	    border-radius: 0 !important;
}
/* single post default */
.paper-list-sidebar{
  width: 350px;
}
.post-content-wrapper{
  width: calc(100% - 400px);
}
.post-inside-wrapper{
  overflow: hidden;
}
.post-thumbnail{
  max-width: 100%;
  max-height: 550px;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.post-thumbnail img{
  border-radius: 1px;
  max-height: 550px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
.paper-cats{
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.paper-cats a{
  margin: 4px 4px;
  padding: 4px 12px ;
  border-radius: 1px;
  background-color: var(--primery);
  color: var(--wihte);
  font-size: 0.9rem;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
.post-title{
  width: 100%;
  line-height: 1.7;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 16px 0;
  color: var(--gray);
}
.paper-item-info{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.paper-item-info span{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: var(--gray);
  background-color: #ced4da45;
  border-radius: 1px;
  padding: 4px 12px;
  font-size: 0.9rem;
  margin-left: 12px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
.paper-item-info span i{
  font-size: 1rem;
  color: var(--primery);
  margin-left: 6px;
}
.post-content{
  width: 100%;
}


/* tags *********************************************************************** */
.post-metas{
  width: 100%;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.post-tagss{
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.post-tagss a {
  color: var(--gray);
  padding: 4px 12px;
  border-radius: 1px;
  transition: .4s;
  margin: 6px;
  font-size: .9rem;
  border: 1px solid var(--silver-bright);
  background-color: var(--silver-bright);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}

.post-tagss a:hover{
  color: var(--primery);

}
.post-share {
  max-width: 100%;
  display: flex;
  align-items: center;
  color: var(--gray);
  font-size: 0.95rem;
}
.post-share>div:first-of-type{
  margin-right: 6px;
}
.short-link span{
    padding: 5px 15px;
    background-color: #EFEFEF;
    border-radius: 1px;
    font-size: .9rem;
    cursor: pointer;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
}

.social-btn {
  display: flex;
  justify-content: center;
  border-radius: 1px;
  /*background-color: #e5e5e5;
  */overflow: hidden;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
.social-btn a {
  padding: 10px 15px;
  font-size: 1.2rem;
  color: var(--gray);
  display: flex;
}
.social-btn a:hover {
  color: var(--primery);
}

.wp-block-post-template{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 12px 0;
  border-top: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  margin: 16px 0;
}
.wp-block-post-template li{
  width: 100%;
  margin: 0 0 12px !important;
}
.wp-block-post-template li::before{
  display: none !important;
}

.single-related {
  margin-top: 60px;
  width: 100%;

}
.single-related-item{
  width: 31.2%;
  margin: 0 1% 12px;
  padding: 16px;
  border: 1px solid #ced4da;
  border-radius: 1px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
.single-related-item img{
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
.single-related-item:hover img{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.single-related-item-title{
  width: 100%;
  font-size: 1rem;
  margin-top: 12px;
}
.single-related-item-title a:hover{
 color: var(--primery);
}
.posts-coments{
  width: 100%;
  margin: 60px 0;
}

/********posts coments ************/

.aiowps-captcha-equation{
  order: 4;
  width: 48%;
  margin-right: 8px;
}
.aiowps-captcha{
  display: none;
}
#aiowps-captcha-answer{
  /*background-color: var(--silver-bright);
  */border: 2px solid var(--silver);
  border-radius: 1px;
  padding: 8px 24px;
  font-size: 1rem;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
.must-log-in{
  display: flex;
  align-items: center;
}
.must-log-in a{
  margin:  0 8px;
  padding: 5px 15px;
  background-color: var(--primery);
  color: var(--wihte);
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}


.posts-coments>span>strong{
  font-size: 1.5em;
}

.comments{
  width: 100%;
  height: 100%;
}
.comments-header{
  display: none;
}
.comments-inner{
  width: 100%;
  padding: 25px 0;
}
.comment{
  width: 100%;
  padding: 16px;
  margin: 0 0 32px;
  border-radius: 1px;
  color: var(--gray);
  background-color: var(--silver-bright);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-start;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
.comment-author{
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--gray);
  padding: 5px;
  font-size: 1.1rem;
  font-style: normal !important;
  font-weight: 700;
}
.comment-author img{
  width: 55px;
  border-radius: 50%;
  border: 2px solid var(--wihte);
  margin-left: 10px;
}
.says{
  display: none;
}
cite {
  font-style: normal !important;
}
.comment-awaiting-moderation{
  width: 100%;
  padding: 10px;
  color: var(--primery);
  font-size: .9em;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  
}

.comment-meta{
  display: none !important;
  font-size: .9rem;
  width: 60%;
  padding: 5px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-line-pack: center;
align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--gray);
}
.comment-edit-link{
  display: none;
}
.comment>p{
  width: 100%;
  padding: 10px 10px 0 10px;
  margin: 0 !important;
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
}
.reply{
  width: 100%;
  padding: 10px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
 display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reply>a{
  font-size: 1rem;
  color: var(--primery);
}
.depth-2{
  width: 100%;
  /* background-color: #fff; */
  margin: 10px;
  border: 1px solid var(--silver-bright);
}
.depth-3{
  width: 100%;
  border: 1px solid var(--silver-bright);
  margin: 10px;
}
#respond{
  width: 100%;
}
#reply-title{
  display: none !important;
}
#reply-title>a{
  color: var(--primery);
}
#reply-title>small{
  width: 100px;
  height: 30px;
  margin: 0 20px;
}
#reply-title>small>a{
  width: 100%;
  height: 100%;
  background-color: var(--primery);
  color: var(--wihte);
  border-radius: 1px;
  line-height: 30px;
  text-align: center;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
#commentform{
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.comment-form-url, .comment-form-cookies-consent{
  display: none !important;
}
.comment-notes{
  display: none;
}
.comment-form-comment{
  order: 3;
}
.comment-form-author{
  order: 1;
}
.comment-form-email{
  order: 2;
}
.comment-form-comment{
  width: 100%;
  padding: 5px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#comment{
  width: 100%;
  height: 120px;
  resize: none;
  background-color: transparent;
  border: 1px solid #ced4da;
  border-radius: 1px;
  padding: 16px;
  color: var(--gray);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
.comment-form-author, .comment-form-email, .comment-form-url{

  width: 50%;

  padding: 5px;

  display: -moz-flex;

  display: -ms-flex;

  display: -o-flex;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: start;

  -ms-flex-pack: start;

  justify-content: flex-start;

  align-items: flex-start;
  flex-direction: column;

}

.comment-form-author>label, .comment-form-email>label, .comment-form-url>label, .comment-form-comment>label{

  display: -moz-flex;

  display: -ms-flex;

  display: -o-flex;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: start;

  -ms-flex-pack: start;

  justify-content: flex-start;

  -webkit-box-align: start;

  -ms-flex-align: start;

  align-items: flex-start;

  margin-right: 5px;
  margin-bottom: 6px;

  color: var(--gray);

}

.comment-form-author>input, .comment-form-email>input, .comment-form-url>input{
  width: 100%;
  height: 50px;
  border-radius: 1px;
  font-family: inherit ;
  color: var(--gray);
  padding: 4px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border: 1px solid #ced4da;
  background-color: transparent;
}

.styled-separator{
  color: var(--silver-bright);
  background: var(--silver-bright);
  border: none;
  width: 100%;
  height: 2px;
}
.logged-in-as{
  display: none !important;
}

.comment-form-cookies-consent{

  width: 100%;

  font-size: 1em;

  padding: 5px;

}



.form-submit{
  order: 4;
  padding: 5px;

  display: -moz-flex;

  display: -ms-flex;

  display: -o-flex;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;


  justify-content: flex-end;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}

#submit{
  height: auto;
  border: none;
  font-family: inherit;
  background-color: var(--primery) !important;
  border-radius: 1px !important;
  color: var(--wihte) !important;
  font-size: 1rem !important;
  padding: 8px 24px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  border: 1px solid var(--primery) !important;
  transition: .4s;
  -webkit-border-radius: 1px !important;
  -moz-border-radius: 1px !important;
  -ms-border-radius: 1px !important;
  -o-border-radius: 1px !important;
}
#submit:hover{

  background-color: #d5533900;
  color: var(--primery);
  border: 1px solid var(--primery);


}

.comments-section{
  width: 100%;
}

.comments-section>h2{
  width: 100%;
  margin-bottom: 16px;
  color: var(--gray);
}


.comments-pagination{
  width: 100%;
  display: flex;
  color: var(--gray);
  justify-content: center;
  margin: 25px 0 10px;
}
.comments-pagination *{
  display: none;
  margin: 0 8px;
}

.comments-pagination>a:first-of-type{
  display: flex;
  border: 1px solid var(--primery);
  border-radius: 1px;
  color: var(--primery);
  font-size: .9rem;
  padding: 5px 15px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}

.comments-pagination>a:hover{
  color: var(--silver-bright);
  border: 2px solid var(--silver-bright);


}

.next{
  display: flex !important;
  flex-direction: row-reverse;
  border: 1px solid var(--primery);
  border-radius: 1px;
  color: var(--primery);
  font-size: .9rem;
  padding: 5px 15px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}


/* sidebar */
.sidebar-wrapper{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.sidebar-section{
  width: 100%;
  padding: 16px;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;

}
.sidebar-title,.related-title,.comment-title{
  width: 100%;
    margin-bottom: 16px;
    font-size: 1.2rem;
    font-weight: 600;
    border-bottom: 1px solid #ced4da;
}
.side-post-list-only-title{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.side-post-list-only-title li a{
  width: 100%;
  margin-bottom: 12px;
  font-size: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.side-post-list-only-title li:last-of-type{
  border-bottom: 0px solid #000;
}
.side-post-list-only-title li a:hover{
  color: #009999;
}


.side-post-list-thubmnail{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 0;
  overflow: hidden;
}

.side-post-item{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
}
.side-post-list-thubmnail>section:last-of-type{
  border-bottom: 0px solid #000;
  margin-bottom: 0;
  padding-bottom: 0;
}

.side-post-item-pic{
  width: 80px;
  height: 60px;
  display: flex;
  align-items: flex-start;
}
.side-post-item-pic img{
  width: 100%;
  height: 100%;
  border-radius: 1px;
  object-fit: cover;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
.side-post-item-title{
  width: calc(100% - 88px);
  height: 100%;

}
.side-post-item-title a:hover{
  color: #009999;
}

.multi-section-wrapper{
    margin-bottom:75px;
}


/* page styles */

.page-content-wrapper>h1.post-title{
  width: 100%;
  padding-top: 24px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  text-align: center;
  border-bottom: 1px solid var(--border-color);
  color: var(--primery);
}











/******************* big screan scope ************************* */

@media screen and (min-width: 1441px) {

  .paper-list-sidebar {
    width: 375px;
}
.post-content-wrapper {
    width: calc(100% - 424px);
}


}

/*********************** middle screan scope ******************** */

@media screen and (min-width: 1024px) and (max-width: 1280px) {

.paper-list-sidebar {
    width: 300px;
}
.post-content-wrapper {
    width: calc(100% - 340px);
}

}

/***********************tablet scope****************/

@media screen and (max-width: 1023px) {
.archive-page-product-wrapper>li{
	width: 33.333%;

}
  .paper-list-sidebar{
    width: 100%;
    order: 1;
  }

  .multi-section-wrapper{
    margin-bottom:15px;
}
  .post-content-wrapper{
    width: 100%;
    order: 0;
  }
  .posts-coments,.single-related{
    margin-top: 32px;

  }





}

/*******************mobile scope*******************/
@media screen and (max-width: 599px) {
 .archive-page-product-wrapper>li{
	width: 50%;

}
.paper-cats a {
  margin: 4px 4px;
  padding: 3px 9px;
  font-size: 0.7rem;
}
.paper-cats {
  bottom: 8px;
  right: 8px;
}
.post-title {
  font-size: 1.2rem;
  margin: 12px 0;
}
.paper-item-info {

  margin-bottom: 8px;
}
.paper-item-info span {
  padding: 3px 8px;
  font-size: 0.8rem;
  margin-left: 6px;
  margin-bottom: 8px;
}
.paper-item-info span i {
  font-size: .9rem;
  margin-left: 4px;
}
.post-share {

  font-size: 0.9rem !important;
}
.post-tagss a {
  padding: 3px 9px;
  margin: 4px;
  font-size: .8rem;
}
.social-btn a {
  padding: 6px 6px;
  font-size: 1.1rem;
}
.comment-form-author, .comment-form-email, .comment-form-url {
  width: 100%;
}
.aiowps-captcha-equation {
  width: 100%;
  margin-right: 0;
  margin-bottom: 12px;
}
.after-side::before{
  width: calc(100% - 140px) !important;
}
.after-side::after {
    width: 40px !important;
    right: 140px !important;
}

.post-pretitle{
  font-size: .8rem;
  margin: 12px 0 0px;
}
.short-link span {
    padding: 4px 8px;
    font-size: .8rem;
    margin-top:6px;
}
.short-link {
    flex-wrap: wrap;
}

.single-content blockquote {
  padding: 48px 12px;
}
.single-related-item{
  width:100%;
  margin: 0 0 12px;
}
.comment {
  padding: 12px;
 
}





}
