/* Innovation Award */
.wish-innovator-testimonial .elementor-testimonial__content{
	min-height: 200px;
}
.wish-innovator-testimonial .elementor-testimonial__footer{
	padding-top: 15px;
    border-top: 1px solid #EEEEEE;
}
.wish-innovator-testimonial .elementor-testimonial__name{
	margin-bottom: 5px;
}
.wish-innovator-testimonial .elementor-swiper-button{
	top: 115%;
}
.wish-innovator-testimonial .elementor-swiper-button-prev{
	background-image: url(https://www.wish.org.qa/wp-content/uploads/2021/11/Arrow-Prev.svg);
	width: 45px;
	height: 45px;
	left: 45%;
}
.wish-innovator-testimonial .elementor-swiper-button-next{
	background-image: url(https://www.wish.org.qa/wp-content/uploads/2021/11/Arrow-Next.svg);
	width: 45px;
	height: 45px;
	right: 45%;
}
.wish-innovator-testimonial .elementor-swiper-button-prev i,
.wish-innovator-testimonial .elementor-swiper-button-next i{
	display: none;
}
.wish-innovator-testimonial .swiper-slide{
	box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.05);
}

@media(max-width: 978px){
	.wish-innovator-testimonial .elementor-swiper-button-prev{
		left: 43%;
	}
	.wish-innovator-testimonial .elementor-swiper-button-next{
		right: 43%;
	}
}

@media(max-width: 767px){
	.wish-innovator-testimonial .elementor-swiper-button-prev{
		left: 35%;
	}
	.wish-innovator-testimonial .elementor-swiper-button-next{
		right: 35%;
	}
}

/* Search Popup */
body.admin-bar .dialog-type-lightbox.wish-search-popup {
	position: fixed !important;
}

/* Child Summit
============================ */
.wish-summit-sidebar.elementor-sticky--active {
	/* left: 25px !important; */
	left: calc(((100% - 1120px) / 2) - 250px) !important;
	top: 75px !important;
}

.wish-summit-sidebar.elementor-widget-nav-menu .elementor-nav-menu .elementor-item {
	text-align: right !important;
}

@media(max-width: 1600px) {
	.wish-summit-sidebar {
		left: -220px !important;
	}

	.wish-summit-sidebar.elementor-sticky--active {
		left: 5px !important;
	}

	.wish-summit-sidebar.elementor-widget-nav-menu .elementor-nav-menu .elementor-item {
		font-size: 15px !important;
	}
}

@media(max-width: 1500px) {
	.wish-summit-sidebar.elementor-sticky--active {
		left: 10px !important;
		width: 125px !important;
	}
}

@media(max-width: 1400px) {
	.wish-summit-sidebar {
		display: none;
	}
}

/* Innovation Section */
.wish-innovation-wrapper,
.wish-young-inovator-wrapper {
	overflow-x: scroll;
	display: flex;
	padding: 10px 10px 30px;
}

::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px;
	height: 7px;
}

::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0, 0, 0, .2);
	box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.wish-innovation,
.wish-young-inovator {
	display: flex;
	flex-wrap: nowrap;
}

.wish-innovation-item h3 {
	max-height: 115px;
	overflow: hidden;
}

/* Young Innovator Section */
body:not(.search) .wish-young-inovator-item::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: 0;
	z-index: 9;
	visibility: hidden;
	transition: all 0.3s;
}

.wish-young-inovator-item:hover::before {
	opacity: 0.4;
	visibility: visible;
}

.wish-young-inovator-line{
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}

.wish-young-innovation-content {
	flex-basis: 100%;
	z-index: 10;
}

body:not(.search) .wish-young-innovation-content::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 120%;
	bottom: 0;
	left: 0;
	background-color: transparent;
	background-image: linear-gradient(180deg, transparent 0%, #000 90%);
	z-index: 9;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.wish-young-innovation-content * {
	z-index: 10;
	position: relative;
}

/* Single Innovation Page */
.wish-gallery .e-gallery-item .elementor-gallery-item__overlay {
	transition: all 0.3s;
}

.wish-gallery .e-gallery-item:hover .elementor-gallery-item__overlay {
	background: rgba(0, 0, 0, 0.5);
}

/* Blog Page
==================================== */
.wish-blog__card-no-image .wish-blog__content {
	flex-basis: 100% !important;
}

@media(max-width: 767px) {
	.elementor-widget-wishqa_blog .wish-blog__card {
		display: block !important;
	}

	.wish-blog__image .wish-blog__cover,
	.wish-event__image .wish-event__cover {
		min-height: 200px;
	}
}

/* Other Research Page 
==================================== */
.wish-other-research .elementor-cta::before {
	content: '';
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 7px;
	left: 0;
	bottom: 0;
	background-color: transparent;
	background-image: linear-gradient(90deg, var(--e-global-color-1997bec) 0%, var(--e-global-color-f28f74c) 100%);
}

.wish-other-research .elementor-cta__content::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 160px;
	bottom: 0;
	left: 0;
	background-color: transparent;
	background-image: linear-gradient(180deg, transparent 0%, #000 100%);
	z-index: 9;
}

.wish-other-research .elementor-cta__content-item {
	z-index: 10;
}

@media(max-width: 767px) {
	.wish-other-research .elementor-cta br {
		display: none;
	}
}

/* Event Page */
.elementor-widget-wishqa_event_v2 .wish-event__readmore {
	position: absolute;
	bottom: 20px;
	right: 30px;
}

@media(max-width: 767px) {
	.elementor-widget-wishqa_event_v2 .wish-event__card {
		display: block !important;
	}

	.elementor-widget-wishqa_event_v2 .wish-event__readmore {
		position: relative;
		bottom: auto;
		right: auto;
	}
}

.wish-speaker-image {
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0 auto;
}

/* Innovation Award Arab page */
.translatepress-ar .wish-social .elementor-social-icons-wrapper {
    text-align:right;
}

.translatepress-ar .wish-innovator-testimonial .elementor-swiper-button-prev i, 
.translatepress-ar .wish-innovator-testimonial .elementor-swiper-button-next i{
	display:none;
}

@media all and (min-width:1025px){
	.translatepress-ar .wish-col-left .elementor-widget-wrap.elementor-element-populated {
		margin-left:15px !important;
		margin-right:0 !important;
	}

	.translatepress-ar .wish-col-right .elementor-widget-wrap.elementor-element-populated {
		margin-left:0px !important;
		margin-right:15px !important;
	}
	
	.translatepress-ar .wish-innovator-testimonial .elementor-swiper-button-prev{
		left: 45% !important;
		right: auto !important;
	}

	.translatepress-ar .wish-innovator-testimonial .elementor-swiper-button-next {
		right: 45% !important;
		left:auto !important;
	}
}

@media all and (min-width:768px) and (max-width:1024px){
	.translatepress-ar .wish-innovator-testimonial .elementor-swiper-button-prev{
		left: 43% !important;
		right:auto !important;
	}

	.translatepress-ar .wish-innovator-testimonial .elementor-swiper-button-next {
		right: 43% !important;
		left:auto !important;
	}
}



@media all and (max-width:767px){
	.translatepress-ar .wish-innovator-testimonial .elementor-swiper-button-prev{
		left: 35% !important;
		right:auto !important;
	}

	.translatepress-ar .wish-innovator-testimonial .elementor-swiper-button-next {
		right: 35% !important;
		left:auto !important;
	}
}


