/*
 Theme Name:   Child Theme Servbank
 Theme URI:    https://www.wpbeginner.com/
 Description:  A bootstrap 4 starter child theme
 Author:       D.G Techlink Ltd
 Author URI:   https://www.techlink.com.cy
 Template:     wp-bootstrap-starter
 Version:      1.0.0
*/

.elementor-4670
  .elementor-element.elementor-element-6251733
  .elementor-post__thumbnail {
  padding-bottom: 0 !important;
}

.custom-company-update-template-main-wrapper #banner-wrapper {
  position: relative;
  width: 100%;
  height: 430px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.custom-company-update-template-main-wrapper #banner-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, .3);  */
  z-index: 1;
}

.custom-company-update-template-main-wrapper #banner-wrapper h1 {
  z-index: 2;
  font-weight: 300;
  line-height: 60px;
  width: 100%;
  max-width: 1000px;
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
}
.custom-company-update-template-main-wrapper
  .custom-company-update-template-title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}

.custom-company-update-template-main-wrapper .post-body {
  max-width: 675px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: 300;
  line-height: 28px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.custom-company-update-template-main-wrapper .post-body strong {
  font-weight: 700;
}

.custom-company-update-template-main-wrapper .post-body .backlink {
  color: black;
  text-decoration: none;
  margin-bottom: 20px;
  display: block;
}

.custom-company-update-template-main-wrapper .post-body .backlink span {
  font-weight: 700;
  font-size: 18px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .custom-company-update-template-main-wrapper #banner-wrapper {
    height: 50vh;
  }

  .custom-company-update-template-main-wrapper .post-body {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 590px) {
  .custom-company-update-template-main-wrapper #banner-wrapper h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

.single-post .post .elementor-widget-theme-post-featured-image img {
  width: 600px !important;
  height: 600px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .elementor-18
    .elementor-element.elementor-element-6abf473
    .elementor-nav-menu--dropdown
    a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .single-post .post .elementor-widget-theme-post-featured-image img {
    width: 100% !important;
    height: auto;
  }

  .single-post .elementor-location-footer {
    margin-top: 100px;
  }
}

/* Custom Video Template */
.custom-video-template-main-wrapper .breadcrumbs-wrapper {
  max-width: 100%;
  width: 1325px;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}
.custom-video-template-main-wrapper .title-main-container {
  background-color: #2b57a6;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 2px;
}
.custom-video-template-main-wrapper .title-wrapper {
  color: white;
  max-width: 100%;
  width: 1325px;
  margin: auto;
}
.custom-video-template-main-wrapper .title-wrapper h1 {
  font-size: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
.custom-video-template-main-wrapper .content-main-wrapper {
  max-width: 100%;
  width: 675px;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 60px;
}
.custom-video-template-main-wrapper .video-wrapper {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: auto;
  cursor: pointer;
  margin-top: 50px;
  margin-bottom: 50px;
}
.custom-video-template-main-wrapper .video-overlay img {
  width: 100%;
  display: block;
}
.custom-video-template-main-wrapper .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("/wp-content/themes/servbank/assets/images/play-button-circled.png")
    no-repeat center center;
  background-size: 64px 64px;
  width: 64px;
  height: 64px;
  border: none;
  cursor: pointer;
  outline: none;
}
.custom-video-template-main-wrapper .video-iframe iframe {
  width: 100%;
  height: 450px;
  border: none;
}
.custom-video-template-main-wrapper .content-main-wrapper .post-body {
  font-size: 15px;
  font-weight: 300;
  line-height: 28px;
  color: #212529;
}
.custom-video-template-main-wrapper .video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
}
.custom-video-template-main-wrapper .video-overlay,
.custom-video-template-main-wrapper .video-iframe,
.custom-video-template-main-wrapper .video-iframe iframe {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
}
.custom-video-template-main-wrapper .video-iframe {
  z-index: 1;
  /* pointer-events: none; */
}
.custom-video-template-main-wrapper .video-iframe iframe {
  z-index: 1;
  vertical-align: top;
}
.custom-video-template-main-wrapper .video-overlay {
  z-index: 2;
  cursor: pointer;
}
.custom-video-template-main-wrapper .video-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ========================================
   Max Mega Menu Styles - Column spacing and heading alignment
   ======================================== */
