/* 
Theme Name: Pentavere
Theme URI: https://pentavere.ai
Author: Rakela Roshi
Author URI: https://elementor.com
Template: hello-elementor
Version: 1.0.0
Text Domain: pentavere
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.publication{
	transition: 0.2s all ease-in;
}

}
.custom_heading span{
	color: var( --e-global-color-primary );
}
.posts_carousel .uc_image_carousel_container_holder {
	display: flex;
}
.posts_carousel .uc_image_carousel_placeholder{
	flex: 1;
}
.posts_carousel .uc_image_carousel_content{
	flex: 2;
    border: rgb(229 243 255 / 22%) solid 1px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;

}
.owl-nav, .owl-nav.disabled {
    display: block !important;
    position: absolute;
	right: 62px;
}
.posts_carousel .ue_post_date{
    width: auto;
    background: rgb(229 234 255 / 24%);
    border-radius: 20px;
    padding: 0 20px;
    max-width: 200px;
    text-align: center;
}
.posts_carousel .ue_post_date{
	order: 1;
}
.posts_carousel a{
	order: 2;
}
.posts_carousel .ue_post_category{
	order: 3;
}
.posts_carousel .ue_post_btn_holder{
	order: 4;
}
.posts_carousel .ue_post_btn_holder a{
font-weight: 600;
    font-family: 'Roboto';
    font-size: 16px;
}
.related_posts .elementor-post__card{
	display: flex;
	flex-direction: column;
}
.related_posts .elementor-post__text{
	order: 2;
}
.related_posts .elementor-post__read-more{
	order: 3;
}
.related_posts .elementor-post__meta-data{
	order: 1;
}
.related_posts .elementor-post__meta-data .elementor-post-date {
    background: rgb(229 234 255 / 26%);
    border-radius: 20px;
    padding: 2px 20px;
}
.related_posts .elementor-post__read-more:after, .newsroom_posts .elementor-post__read-more:after {
    content: "\e8c0";
    font-family: 'eicons';
    font-weight: 300;
	    padding-left: 10px;
}
.newsroom_posts .elementor-post__read-more:hover:after {
-webkit-animation: bounceright .3s ease infinite;
animation: bounceright .3s ease infinite;
}
@-webkit-keyframes bounceright {
from { -webkit-transform: translateX(0); }
to   { -webkit-transform: translateX(3px); }
}
@keyframes bounceright {
from { transform: translateX(0); }
to   { transform: translateX(3px); }
}
.related_posts article:hover{
    transform: translateY(-10px);
	    box-shadow: 0 3px 30px #ffffff1f;
}
.newsroom_posts .elementor-post__card:hover{
	    transform: translateY(-10px);

}
.related_posts article, .newsroom_posts .elementor-post__card{
	transition: 0.2s all ease-in;
}

.newsroom_posts .elementor-post__thumbnail{
	padding: 0 !Important;
}
.newsroom_posts .elementor-post__card{
	padding-bottom: 40px !Important;
	display: flex;
	flex-direction: column;
}
.newsroom_posts .elementor-post__thumbnail__link{
	order: 1;
}
.newsroom_posts .elementor-post__text{
	order: 3;
}
.newsroom_posts .elementor-post__meta-data{
	order: 2;
	padding-top: 30px !Important;
}
.newsroom_posts .elementor-post__meta-data .elementor-post-date{
background: #cbd8e52e;
    border-radius: 20px;
    padding: 4px 20px;
}
.newsroom_posts .elementor-post__read-more{
    border: 2px solid var( --e-global-color-primary );
    padding: 10px 30px;
    border-radius: 6px;
}
.newsroom_posts.elementor-widget-posts .elementor-post__title a:hover {
    color: var( --e-global-color-primary );
}
.newsroom_posts .elementor-post__excerpt{
	margin-bottom: 30px;
}
.solutions_tabs .elementor-tab-title {
    background: #e5eaff21;
    border: 1px solid #e5eaff2e !important;
    border-radius: 6px;
    padding: 40px  60px 40px 40px !Important;
	margin: 10px !important;

}
.solutions_tabs .elementor-tabs-content-wrapper {
    background: transparent !important;
	margin-top: 30px;
        
}
.solutions_tabs .elementor-tabs-wrapper {
border-spacing: 20px;
}
.solutions_tabs .elementor-tabs-content-wrapper .elementor-tab-content {
	border: 2px dashed #e5f3ff45 !important;
    border-radius: 10px !important;
	padding: 40px;
}
.solutions_tabs .elementor-tab-content li{
	position: relative;
	list-style: none;
	padding-left: 20px;
    margin-bottom: 10px;
}
.solutions_tabs .elementor-tab-content li:before {
    content: "";
    background: url(images/check.svg) no-repeat;
    background-size: contain;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0px;
    left: -20px;
    display: block;
    z-index: 99;
}
.solutions_tabs.elementor-widget-tabs .elementor-tab-desktop-title:after {
    content: "" !important;
    background: url(images/down-arrow.svg) no-repeat;
    background-size: contain !important;
    width: 28px !important;
    height: 28px !important;
    display: block !important;
    position: absolute !important;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
	transition: all 0.2s ease-in;
}
.solutions_tabs.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after {
	background: url(images/up-arrow.svg) no-repeat;
	
    left: auto !important;
}
.elementor-heading-title span {
    color: var( --e-global-color-primary );
}
.testimonial_item .elementor-testimonial-content{
	position: relative;
	background: #222739;
	border-radius: 10px;
	padding: 50px;
}
.testimonial_item .elementor-testimonial-content:after {
    border-style: solid;
    border-width: 37px 29px 3px 23px;
    border-color: #222739 transparent transparent transparent;
    content: "";
    bottom: -30px;
    left: 40px;
    position: absolute;
}
.testimonial_item .elementor-testimonial-wrapper .elementor-testimonial-meta {
    width: 100%;
    line-height: 1;
    margin-left: 30px;
    max-width: 80%;
}
.testimonial_item .elementor-testimonial-content:before {
    content: "";
    background: url(images/quote.png);
    width: 100px;
    height: 100px;
    background-size: contain;
    top: 20px;
    left: 20px;
    position: absolute;
}

/*Contact form 7*/
.cf7_form_wrapper .row {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
	justify-content: center;
}
.cf7_form_wrapper .row .col:nth-child(2) {
    margin-left: 10px;
}

.cf7_form_wrapper .col {
    flex: 1;
	text-align: center;
}
.cf7_form_wrapper input, .cf7_form_wrapper textarea {
    background: #e5f3ff26;
    border: 1px solid #e5f3ff4a !important;
    color: var(--e-global-color-text);
	transition: border ease-in-out 0.2s;
}
.cf7_form_wrapper input:focus, .cf7_form_wrapper textarea:focus, .cf7_form_wrapper input:active, .cf7_form_wrapper textarea:active {
    border-color: var( --e-global-color-primary ) !important;
    outline: none;
}
.cf7_form_wrapper input::placeholder , .cf7_form_wrapper textarea::placeholder {
    color: #fff;
}
.cf7_form_wrapper input[type='submit']{
padding: 10px 60px;
}
.wpcf7-spinner {
    display: block; 
}
.pub_read_more a, .pub_view a{
    width: 100%;
    height: 80px;
    vertical-align: middle;
	align-items: center;
    justify-content: center;
    display: flex;
}

.pub_view .elementor-button-icon svg , .pub_read_more .elementor-button-icon svg {
    width: 1.5em;
}
.pub_view a, .pub_read_more a{
overflow:hidden;
}
.pub_view .elementor-button-text, .pub_read_more .elementor-button-text{
    position: absolute;
    height: 100%;
    width: 100%;
    top: -100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #737ca2;
    line-height: 80px;
}
.pub_view a:hover .elementor-button-text, .pub_read_more a:hover .elementor-button-text{
	top: 0;
}
.elementor-pagination .page-numbers.current {
    border: 2px solid #0281fb;
    padding: 5px 10px;
    border-radius: 6px;
}
.elementor-pagination{
    margin: 30px 0;
}
.sub-menu.elementor-nav-menu--dropdown{
    padding-top: 10px !Important;
    padding-bottom: 10px !Important;
    min-width: 280px !Important;
}
.read_more_pub .elementor-button svg, .new_tab_pub .elementor-button svg {
    transition: all .3s;
}
.read_more_pub .elementor-button:hover svg{
    -webkit-animation: toRightFromLeft 0.3s forwards;
    -moz-animation: toRightFromLeft 0.3s forwards;
    animation: toRightFromLeft 0.3s forwards;
}
@-webkit-keyframes toRightFromLeft {
	49% {
		-webkit-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
.new_tab_pub .elementor-button:hover svg {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}
@-webkit-keyframes toTopFromBottom {
	49% {
		-webkit-transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent;
    color: #05091d;
    background: var(--wp--preset--color--light-green-cyan);
    border-radius: 6px;
}
@media (max-width: 1024px){
.elementor-nav-menu--dropdown {
    background-color: #060a1d !Important;
}
}

.publications_home section.publication .elementor-widget-wrap{
	flex-direction: column !important;
	flex-wrap: wrap;
}
.publications_home section.publication .elementor-widget-wrap .elementor-widget-heading:nth-child(2){
    flex: 1;
}
.publications_home section.publication .elementor-widget-wrap>section{
	margin-top: auto;
	    height: 70px;
}
.publications_home section.publication .elementor-widget-wrap>section > .elementor-container {
    height: 70px;
}
.elementor-widget .elementor-icon-list-item a:hover span{
	color:var( --e-global-color-primary );
}
.publications .elementor-widget-post-info .elementor-column > .elementor-widget-wrap {
    justify-content: space-between;
    align-items: stretch;
    display: flex;
}
.publications #add_space  .elementor-column .elementor-widget-wrap {
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: space-between !important;
    align-items: stretch;
    display: flex;
	    height: auto !important;
}

#lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0/46%);
    display: flex;
    align-items: center;
    -webkit-animation: fadeIn .5s ease-in-out;
    animation: fadeIn .5s ease-in-out;
}
#team_content {
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    box-shadow: 0 2px 40px -12px #11111142;
    max-width: 940px;
    background: #fff;
    padding: 70px;
    position: relative;
    text-align: left;
	
}
#team_content h3,#team_content p {
	color:#05091C;
}
#lightbox p {
    text-align: right;
    color: #fff;
    margin-right: 20px;
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: 20px;
}
#lightbox p:after {
    content: "";
    display: block;
    background-image: url(images/Path@2x.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    opacity: 1 !important;
    cursor: pointer;
}
.team_open_bio h2{
	cursor: pointer;
}