/*
Theme Name: yektanetTheme
Theme URI: https://harmony.agency
Author: Fatemeh Nasiri
Author Contact :f.nap68@gmail.com
Text Domain: yektanetTheme
Description: Everything is changing

/*
This file is just used to identify the theme in WordPress.
The compiled CSS output can be found in /css/theme.css
The SASS sources for it can be found in /sass/
The dependencies can be found in /src/ after running "gulp copy-assets" terminal command

...and now go out and play!
*/
.elementor-element-populated .elementor-widget-image img {
    border-radius: 5px !important;
}
.search-box #searchsubmit {
    z-index: 9999;
}
/*=========== 1400-11-20 ============*/
/*========== scroll top =======*/
.topbutton {
    height: 50px;
    width: 50px;
    position: fixed;
    left: 10px;
    bottom: 10px;
    Z-index: 999;
    background-image: url(https://www.yektanet.com/wp-content/uploads/2022/02/scroll-top3.png);
    background-repeat:no-repeat;
    display:none;
    opacity: 0.6;
    background-size: 90%;
}
.topbutton:hover{
    opacity:1;
}
/*=========== end scroll top =========*/
.header-btn.bg_pg.vip_btn {
    padding-top: 10px;
	margin-top: -4px;
}
.testimonial-carousel .testimonial-slide .comment-text{
	overflow-y:auto !important;
	padding-left: 10px;
	word-spacing:1px;
}
.header-info .header-phone {
    margin-top: 1px;
}
.header-info .search-box button{
	height: 44px;
}
/* width */
.comment-text{
    position:relative;
}
.comment-text::-webkit-scrollbar {
  width: 12px;
  margin-left:-20px;
  position:absolute;
  left:-20px;
  top:0;
}

/* Track */
.comment-text::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(26,26,26,0.12); 
  border-radius: 10px;
}
 
/* Handle */
.comment-text::-webkit-scrollbar-thumb {
  background: #efefef; 
  border-radius: 10px;
}


.yektanet-testimonial .elementor-testimonial__text {
    height: 170px;
    overflow-y: auto;
    text-align: justify;
    padding-left: 10px;
	word-spacing:1px;
}
.yektanet-testimonial .elementor-testimonial__text::-webkit-scrollbar {
  width: 12px;
  margin-left:-20px;
  position:absolute;
  left:-20px;
  top:0;
}
.yektanet-testimonial .elementor-testimonial__text::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(26,26,26,0.12); 
  border-radius: 10px;
}
.yektanet-testimonial .elementor-testimonial__text::-webkit-scrollbar-thumb {
  background: #efefef; 
  border-radius: 10px;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
    width: auto !important;
    height: auto !important;
}
@media (max-width:920px){
	#about_progress .swiper-button-next, #about_progress .swiper-button-prev{
		top:53px !important;
	}
}

@media (max-width:768px){
	.topbutton {
		height: 50px;
		width: 50px;
		left: 6px;
		bottom: 0px;
		background-size: 70%;
	}
	.testimonial-carousel .testimonial-slide .comment-text{
		height:170px !important;
	}
	.share-section {
    top: auto;
    width: 80%;
    display: inline-flex;
    bottom: 6px;
    right: 5% !important;
   }
}
@media (max-width:600px){
	.progress-img img{
		width:400px !important;
		margin:0 auto !important;
	}
	#about_progress .swiper-button-prev, #about_progress .swiper-rtl .swiper-button-next{
		right:0px !important;
	}
	#about_progress .swiper-button-next, #about_progress .swiper-rtl .swiper-button-prev{
		left:0px !important;
	}
	#about_progress .swiper-button-next, #about_progress .swiper-button-prev {
		top: 120px !important;
	}
}
@media (max-width:399px){
	.progress-img img{
		width:320px !important;
		margin:0 auto !important;
	}
	#about_progress .swiper-button-prev, #about_progress .swiper-rtl .swiper-button-next{
		right:0px !important;
	}
	#about_progress .swiper-button-next, #about_progress .swiper-rtl .swiper-button-prev{
		left:0px !important;
	}
	#about_progress .swiper-button-next, #about_progress .swiper-button-prev {
		top: 100px !important;
	}
}
@media (max-width:300px){
	#about_progress .swiper-button-next, #about_progress .swiper-button-prev {
		top: 78px !important;
	}
}

/*webinar*/
.post-type-archive-webinar .card_wrapper .card_img img {
    object-fit: unset;
    transition: all 0.5s;
    height: 100%;
}
.post-type-archive-webinar .card_wrapper .card_img {
    height: auto;
    overflow: hidden;
}
.cta-btn {
    text-align: center;
    margin: 20px 0;
}
.entry-content .gform-body ul li {
    list-style: none;
    margin-right: 0;
}
.entry-content .gform-body ul li:before{
    content:none;
}
.archive  .card_wrapper .card_img img{
    width:100%;
    
}

.register_webinar, .exists_video{
    border: 1px solid RGB(253, 216, 22);
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    background: RGB(253, 216, 22);
    color: black;
    text-align: center;
    display:inline-block;
}

.register_webinar:hover, .exists_video:hover{
    color: black !important;
    -webkit-box-shadow: 0 0 12px 5px rgba(237,201,19,0.37);
    -moz-box-shadow: 0 0 12px 5px rgba(237,201,19,0.37);
    box-shadow: 0 0 12px 5px rgba(237,201,19,0.37);
}

.webinar_button_wrapper{
    text-align: center;
    margin-bottom: 15px;
}

.not_exists_video{
    border: 1px solid #999999;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    background: #f7f7cb;
    color: #4a4a4a;
    text-align: center;
    display: inline-block;
    cursor: not-allowed !important;
}