/*
Theme Name: LetsCure
Theme URI: https://letscure.gr/
Author: Lets Cure
Author URI: https://letscure.gr/
Description: Lets Cure
License: Lets Cure
License URI: https://letscure.gr/
Text Domain: letscure
Version: 21.9.8

All css files are placed in /css/ folder
*/

.video-hero {
  position: relative;
  background-color: #122241;
  height: 70vh;
  overflow: hidden;
}

.video-hero .elementor-widget-wrap {
	padding: 0 !important;
}

.video-hero .background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

.video-hero .content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #ffffff;
  text-align: center;
  padding: 2rem;
  background-color: rgba(18, 34, 65, 0.8);
}

.video-hero .content h1 {
  color: #ffffff;
}

#blog-section .entry-title {
    font-size: 20px;
    line-height: normal;
}

#blog-section .post-desc-wrapper.bg- {
    background: #eefcff;
}

#blog-section .post-item {
    border: 1px solid #127e94;
    border-radius: 20px;
	padding-bottom: 20px;
	background: transparent !important;
}

#blog-section .post-item img {
     border-radius: 20px;
}

#blog-section .post-footer {
	background: transparent;
}
