/* 
Theme Name: Paneuroni
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
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
*/

/** GLOBAL **/



.elementor-widget-text-editor a {

    color: #F25116;
    text-decoration: underline;
}
.elementor-widget-text-editor li::marker {
    font-size: 0.8em;
}
.overflow-wrap-anywhere {
	overflow-wrap: anywhere;
}

/** Slider **/

.n2-section-smartslider .pevs-vertical-align div {
    display: flex !important;
    align-items: center;
}

.n2-section-smartslider .pevs-arrow-grey, .n2-section-smartslider .pevs-arrow-blue {
    margin-left: 15px;
}

.pevs-slider-v1 .pevs-slider-v1-img img {
    border-radius: 20px 0 0 20px !important;
}

.pevs-slider-v1 .n2-ss-slider-controls {
    display: flex;
    justify-content: center;
}

.pevs-slider-v1 .nextend-bullet-bar {
    display: grid !important;
    margin-right: -230px;
}

.pevs-slider-v2 [data-gradient="horizontal"]{
    background: linear-gradient(to right, RGBA(242,243,245,1) 30%,RGBA(242,243,245,0) 60%) !important;
}

/** Search form **/
.pevs-search {
	display: inline;
}
.pevs-searchform {
  display: block;
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 1px;
  z-index: 9999;
  border-radius: 2px;
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px 4px 9px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 4px 9px -5px rgba(0,0,0,0.75);
  box-shadow: 0px 4px 9px -5px rgba(0,0,0,0.75);
}
.pevs-searchform form {
  display: flex;
}
.pevs-searchform input[type="search"] {
  width: 200px;
  height: auto;
  border: 1px solid #5ca2df;
  padding: 11px 12px;
  margin-right: 2px;
    }
.pevs-searchform input[type="submit"] {
  line-height: 1;
  padding: 14px 20px;
  height: auto;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  background: #F25116;
  color: #ffffff;
  border-radius: 2px;
}
.pevs-searchicon {
  cursor: pointer;
  background-image: url('img/search.svg');
  background-repeat: no-repeat;
  padding: 0 0 0 36px;
  background-position: 5px center;
  background-color: transparent;
  background-size: 18px 18px;
}

/** Account **/
.pevs-accounticon {
  cursor: pointer;
  background-image: url('img/account.svg');
  background-repeat: no-repeat;
  padding: 0 0 0 36px;
  background-position: 5px center;
  background-color: transparent;
  background-size: 18px 18px;
}

/** Arrows **/

.pevs-arrow-grey {
  background-image: url('img/arrow-grey.svg');
  background-repeat: no-repeat;
  background-color: transparent;
  display: inline-block;
  width: 30px;
  height: 30px;
  transition: all 300ms;
}

.pevs-arrow-blue {
  background-image: url('img/arrow-blue.svg');
  background-repeat: no-repeat;
  background-color: transparent;
  display: inline-block;
  width: 30px;
  height: 30px;
  transition: all 300ms;
}

.pevs-arrow-orange {
  background-image: url('img/arrow-orange.svg');
  background-repeat: no-repeat;
  background-color: transparent;
  display: inline-block;
  width: 30px;
  height: 30px;
  transition: all 300ms;
}

.pevs-button-arrow-grey .elementor-button-text:after {
    content: '';
    background-image: url('img/arrow-grey.svg');
    background-repeat: no-repeat;
    background-color: transparent;
    display: inline-block;
    width: 30px;
    height: 30px;
    transition: all 300ms;
    vertical-align: middle;
    margin-left: 15px;
}

.pevs-button-arrow-blue .elementor-button-text:after {
    content: '';
    background-image: url('img/arrow-blue.svg');
    background-repeat: no-repeat;
    background-color: transparent;
    display: inline-block;
    width: 30px;
    height: 30px;
    transition: all 300ms;
    vertical-align: middle;
    margin-left: 15px;
}

.pevs-button-arrow-orange .elementor-button-text:after {
    content: '';
    background-image: url('img/arrow-orange.svg');
    background-repeat: no-repeat;
    background-color: transparent;
    display: inline-block;
    width: 30px;
    height: 30px;
    transition: all 300ms;
    vertical-align: middle;
    margin-left: 15px;
}

/** Ponuka **/
.pevs-ponuka {
    border: 0;
    border-radius: 20px;
    overflow: hidden;
    background: #F2F3F5;
    transition: all 300ms;
}

.pevs-ponuka a {
    transition: all 300ms;
}

.pevs-ponuka img {
    margin-bottom: -5px;
    width: 100%;
}

.pevs-ponuka .elementor-image-box-img {
    position: relative;
    max-height: 240px;
    overflow: hidden;
}

.pevs-ponuka .elementor-image-box-img a {
    overflow: hidden;
    display: flex;
}

.pevs-ponuka .elementor-image-box-img a:before {
    content: '';
    background: linear-gradient(180deg, rgba(3, 36, 91, 0) 47.99%, rgba(3, 36, 91, 0.7) 91.62%);
    width: 100%;
    height: 100%;
    z-index: 2000;
    display: block;
    position: absolute;
}

.pevs-ponuka .elementor-image-box-content {
    padding: 20px;
    margin-top: -15px;
}

.pevs-ponuka:hover {
    background: #FFFFFF;
}

.pevs-ponuka:hover h3 {
    color: #F25116 !important;
}

.pevs-ponuka .pevs-date {
    display: block;
    margin-top: 30px;
    margin-bottom: 5px;
}

.pevs-ponuka .pevs-arrow-blue {
    position: absolute;
    right: 2px;
    bottom: 8px;
}

.pevs-ponuka:hover .pevs-arrow-blue {
    background-image: url('img/arrow-blue.svg');
}

/** Vyhoda **/
.pevs-vyhoda svg path {
    transition: all 300ms;
}

.pevs-vyhoda:hover svg path {
    fill: #F25116;
}

/** Fakulta **/
.pevs-fakulta h3 {
    width: 500px;
}

.pevs-fakulta .elementor-column:hover h3 {
    width: 50%;
}

.pevs-fakulta .elementor-background-overlay {
    overflow: hidden;
}

.pevs-fakulta .elementor-background-overlay:before {
    content: '';
    background: linear-gradient(180deg, rgba(3, 36, 91, 0) 47.99%, rgba(3, 36, 91, 0.7) 91.62%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}

.pevs-fakulta .elementor-widget {
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    margin-left: 80px;
	-webkit-animation: fade-out .5s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
    animation: fade-out .5s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
    transition: none !important;
}

.pevs-fakulta .elementor-column:hover .elementor-widget {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-left: 0;
	-webkit-animation: fade-in .5s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
    animation: fade-in .5s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
} 

.pevs-fakulta .elementor-column .pevs-arrow-grey {
    opacity: 0;
}


.pevs-fakulta .elementor-column:hover .pevs-arrow-grey {
    opacity: 1;
}

.pevs-fakulta .elementor-container{
    flex-wrap: nowrap;
}
.pevs-fakulta .elementor-widget-wrap{
    flex-direction: column;
    transition: all 0.3s linear !important;
}
.pevs-fakulta .elementor-column{
    min-width: 1px;
    transition: all 0.5s linear;
    overflow: hidden;
    margin-right: 40px;
    height: 640px;
}
.pevs-fakulta .elementor-column:last-child{
    margin-right: 0
}
.pevs-fakulta .elementor-column:hover{
    width: 60%;
}

.pevs-fakulta .pevs-arrow-grey {
    position: absolute;
    right: 0;
    bottom: 18px;
}


@media (max-width:1024px){
.pevs-fakulta .elementor-widget{
    width: 300px;
} 
}
@media (max-width:767px){
.pevs-fakulta .elementor-widget-wrap{
    height: 300px;
}
.pevs-fakulta .elementor-column:hover .elementor-widget-wrap{
    height: 380px;
}
.pevs-fakulta .elementor-container{
    flex-wrap: wrap;
}
}

/** Recenzie **/
.pevs-recenzie .swiper-slide {
    border: 0;
}
.pevs-recenzie .elementor-testimonial {
    display: flex;
    align-items: center;
}
.pevs-recenzie .elementor-testimonial__header {
    display: block !important;
    position: absolute;
    right: 6%;
}
.pevs-recenzie .elementor-testimonial__header img {
    margin-top: 50px;
}
.pevs-recenzie .elementor-testimonial__image img:before {
    content: '';
    background: linear-gradient(180deg, rgba(3, 36, 91, 0) 47.99%, rgba(3, 36, 91, 0.7) 91.62%);
    width: 100%;
    height: 100%;
    z-index: 2000;
    display: block;
    position: absolute;
}
.pevs-recenzie .elementor-testimonial__content {
    height: 455px;
    display: flex;
    align-items: center;
    padding-bottom: 30px !important;
}
.pevs-recenzie .elementor-testimonial__text {
    padding: 60px 160px 60px 60px;
    width: 80%;
    height: 100%;
    background: #F2F3F5;
    border-radius: 20px;
    margin-top: 50px;
}
.pevs-recenzie .elementor-testimonial__text:after {
    content: '';
    background-image: url('img/quotation.svg');
    background-repeat: no-repeat;
    background-color: transparent;
    width: 171px;
    height: 102px;
    display: block;
    top: 0;
    position: absolute;
}
.pevs-recenzie .elementor-testimonial__cite {
    margin-left: 30px !important;
    margin-top: 50px !important;
}

.pevs-recenzie cite span {
    text-align: left!important;
}
.pevs-recenzie .swiper-pagination {
    bottom: 11% !important;
    width: 80% !important;
}


@media (max-width:1024px){

    .pevs-recenzie .elementor-testimonial {
        flex-direction: column;
    }

    .pevs-recenzie .elementor-testimonial__text {
        padding: 15px;
        width: 100%;
     
        margin-top: 0px;
    }

    .pevs-recenzie .elementor-testimonial__header {

        position: relative;

    }

    .pevs-recenzie .elementor-testimonial__cite {
      margin-left:0px !important; 
   
    }

    .pevs-recenzie .elementor-testimonial__content {
        height: auto;
    
    }


    .pevs-recenzie .swiper-pagination {
        bottom: unset !important;
        width: 100%!important;
    }


}

