/*
Theme Name:   Plesa
Description:  Hello Elementor Child Theme
Template:     hello-elementor
Text Domain:  plesa
*/

.mb-0 {
    margin-bottom: 0 !important;
}
.overflow-hidden {
	overflow: hidden;
}
.box-image-white,
.box-image-white > .elementor-widget-container {
    height: 100%;
}
.box-image-white .elementor-image-box-content {
   padding: 10px 20px 20px 20px; 
}
button.cky-show-desc-btn:not(:active):hover {
    color: #1863dc;
    background: transparent;
}
.cky-preference-header .cky-btn-close:hover {
    background: transparent;
}
.single-post .page-header {
	background-image: linear-gradient(130deg, #195c86 0%, #1281d1 89%);
	color: #fff;
	min-height: 500px;
	position: relative;
	display: flex;
        flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
	    color: #ffffff;
    font-family: "Varela Round", Sans-serif;
    font-size: 45px;
    font-weight: 300;
    line-height: 1.2em;
	text-align:center;
}
.single-post .page-header .post-date {
	font-size: 1rem;
}
.single-post .page-header .page-header-background-overlay {
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
	background-image: url(images/post-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.15;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.single-post .page-header .page-header-shape {
	overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
	bottom: -1px;
	transform: rotate(180deg);
}
.single-post .page-header svg {
	display: block;
    position: relative;
    left: 50%;
	width: calc(260% + 1.3px);
    height: 120px;
	z-index: -1;
    transform: translateX(-50%) rotateY(180deg);
}
.single-post .page-content {
	max-width: 750px;
	margin: 0 auto 50px;
}
.single-post .post-thumb {
	position: relative;
	z-index: 10;
	margin-top: -120px;
	margin-bottom: 50px;
}
.single-post .post-thumb img {
	border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.gallery .gallery-item {
	position: relative;
	padding: 1px;
	cursor:pointer;
}
.gallery .gallery-item::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	background: rgba(0,0,0,0.5);
	opacity: 0;
	transform: scale(0.1);
	transition: all 0.4s;
	}
.gallery .gallery-item:hover::before {
	opacity: 1;
	transform: scale(1);
}
.wpcf7 input, 
.wpcf7 textarea {
	background-color: #fafafa;
    border-width: 0;
    border-radius: 5px;
	color: #3d4459;
}
.wpcf7 input[type="submit"] {
	background-color: #195c86;
    color: #ffffff;
	font-family: "Varela Round", Sans-serif;
    font-size: 16px;
	border-radius: 30px;
	padding: 8px 30px;
}
.wpcf7 .file-desc {
	font-size: 14px;
	display: inline-block;
	margin-top: 5px;
}
.error404 #page {
	overflow:hidden;
}
.error-404 {
	text-align: center;
	min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.error-404 .page-header {
	position: relative;
    margin-bottom: 50px;
	color: var(--e-global-color-primary);
}
.text-404 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 150px;
    color: #eee;
    z-index: -1;
}
.error-404 a {
	display: inline-block;
    line-height: 1;
    background-color: #69727d;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    transition: all .3s;
	background-color: var(--e-global-color-primary);
}
.error-404 a:hover {
	color: #fff;
}
.admin-hide {
	display: none;
}
.elementor-editor-active .admin-hide, 
.admin-bar .admin-hide {
	display: block;
}
.error404 footer .eu-logos,
.single-post footer .eu-logos,
.page-id-220 footer .eu-logos {
	background-color: #f9f9f9 !important;
}
@media (min-width:1024px) {
	.cv-modal > .elementor-container {
		height: 80vh;
	}
}

@media (min-width:992px) {
	.ehf-header #masthead, 
    .elementor-location-header {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        background-color: rgba(255,255,255, 0.7);
        z-index: 1000;
        transition: all .3s ease-in-out;
    }
	.error404.ehf-header #masthead, 
	.page-id-220.ehf-header #masthead, 
	.blog.ehf-header #masthead, 
	.archive.ehf-header #masthead, 
	.single-post.ehf-header #masthead, 
    .blog .elementor-location-header, 
    .archive .elementor-location-header {
        position: relative;
    }
	.nav-sticky.ehf-header #masthead, 
    .nav-sticky .elementor-location-header {
        position: fixed;     
    }
	.ehf-header #masthead .elementor-widget-image img, 
    .elementor-location-header .elementor-widget-image img {
        transition: transform .3s ease-in-out;
    }
	.nav-sticky.ehf-header #masthead .elementor-widget-image img, 
    .nav-sticky .elementor-location-header .elementor-widget-image img {
        transform: scale(0.7);
    }
	.ehf-header #masthead .elementor-section  > .elementor-container, 
   .elementor-location-header > .elementor-section  > .elementor-container {
        transition: all .3s ease-in-out;
    }
    .nav-sticky.ehf-header #masthead .elementor-section  > .elementor-container, 
    .nav-sticky .elementor-location-header > .elementor-section  > .elementor-container {
        min-height: 75px !important;
    }
    .elementor-location-header:hover {
        background-color: rgba(255,255,255, 0.9);
    }
	.admin-bar.ehf-header #masthead, 
    .admin-bar .elementor-location-header {
        margin-top: 32px;
    }
}
@media  (max-width:991px) {
    .home-carousel .item-wrapper .elementor-container {
        min-height: 500px !important;
		padding-left: 50px;
		padding-right: 50px;
    }
	.home-carousel h1 {
		font-size: 22px !important;
	}
	.home-carousel h2 {
		font-size: 18px !important;
		line-height: 1.5;
	}
}
@media (min-width:768px) and (max-width:991px) {
    .header-image.team {
        background-position: top 25% center !important;
    }
}