/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
/* Font */
@font-face {
    font-family: 'Aeonik';
    src: url('./fonts/Aeonik-Regular.eot');
    src: url('./fonts/Aeonik-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Aeonik-Regular.woff2') format('woff2'),
        url('./fonts/Aeonik-Regular.woff') format('woff'),
        url('./fonts/Aeonik-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.onclick-overlay {
    width: 100%;
    height: 524px;
    background-color: #000;
	  opacity: 0;
    position: absolute;
    z-index: 999;
    display: none;
}

.whats-app-wrap a {
    text-decoration: none !important;
}

/* Ready Classes, also elementor-widget-text-editor as not all are wrapped in <p> */
h1, h2, h3, h4, h5, h6, p, a, span, label, input, li, .elementor-widget-text-editor {
    font-family: 'Aeonik' !important;
}
.blue-text{
    color: #1E2844 !important;
}
.lblu-text{
	color: #86b9d8 !important;
	font-style: italic;
}
.postcode-checker-wrapper form button:hover {
    background-color: transparent;
    border: 1px solid #1e2844;
}
.green-text {
    color: #D1E94C !important;
}
span.bold {
    font-weight: 600;
}
/* End of Ready Classes */
/* Header & Footer */
.everflow-sticky-header .main-header {
    background-color: #1e2844;
}
.location-menu-footer.two-col-layout ul {
    column-count: 2;
}

/* Header Off-canvas menu - start */
.header-offcanvas-content .elementor-item:after {
  display: none;
}
/* Header Off-canvas menu - end */

/* HOME PAGE CAROUSEL TRAINING */
.training-slider-wrapper {
    position: relative;
    max-width: min(85.3521vw + 12.9296px, 77.625rem);
    margin: 0 auto;
}
.training-slider-wrapper .keen-slider {
    overflow: visible !important;
}
.training-slider-wrapper .image-slider img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 1.5rem;
    object-fit: cover;
}
.training-slider-wrapper .image-slider {
    height: 524px;
    flex: 0 0 auto;
    position: relative; 
    overflow: hidden;
    border-radius: 1.5rem;
}
.training-slider-wrapper .video-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.training-slider-wrapper .video-slide lite-youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);                                                                                                                             
  /* pointer-events: none; */
}
.training-slider-wrapper .center-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.training-slider-wrapper .center-icon svg {
    width: 80px;
    height: auto;
}
.training-slider-wrapper .card-item-content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2.0625rem 3.25rem 3.125rem;
    height: 100%;
    display: flex;
}
.training-slider-wrapper .contents-top {
    position: relative;
    border: 1px solid #fff;
    border-radius: 30px;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
}
.training-slider-wrapper .contents-top h3 {
    position: relative;
    color: #fff;
    font-weight: 500;
}
.training-slider-wrapper .dots {
    text-align: center;
    margin: 17px 0;
}
.training-slider-wrapper button.dot {
    width: 14px;
    height: 14px;
    border: 0;
    border-radius: 50%;
    margin: 0 10px;
    background-color: #797b7e;
    cursor: pointer;
    opacity: 0.4;
    padding: 0;
}
.training-slider-wrapper button.dot.active {
    background-color: #D9E365 !important;
}
.training-slider-wrapper .main-text .count {
    color: #fff;
    font-size: 60px;
    display: flex;
    align-items: flex-start;
    line-height: 1.2;
    font-family: Playfair Display;
}
.training-slider-wrapper .main-text .count span {
    font-size: 24px;
    font-family: Work sans;
}
.training-slider-wrapper .card-item-content:before {
    content: '';
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    background-color: #000;
    top: 0;
    left: 0;
    opacity: .4;
    border-radius: 1.5rem;
}

/* END OF HOME PAGE CAROUSEL TRAINING */
/* Home FAQ */
.home-faq .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title {
    padding: 30px 40px;
    border: 1px solid #86b9d8 !important;
    border-radius: 50px;
}
/* End of Home FAQ */
/* Heading Green Texts */
.find-scanning-facility-form .elementor-field-group-postcode input {
    height: auto;
}
/* News Page */
.blog-content .heading-large {
  font-size: var(--font-size-275, 22px);
  font-style: normal;
  font-weight: 300;
  line-height: var(--font-size-400, 32px); /* 145.455% */
  letter-spacing: var(--letter-spacing-25, 0.25px);
}
.blog-content a {
  text-decoration: none !important;
}
.blog-other-apps-card:hover .other-apps-tags-wrap .elementor-button-link {
  background-color: #d0d0d0 !important;
}
.blog-other-apps-card img {
  transition: all 0.3s ease;
}
.blog-other-apps-card:hover img {
  transform: scale(1.05);
}
.blog-other-apps-card .elementor-widget-image {
  overflow: hidden;
}
.blog-item-wrap {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.blog-item {
  flex: 0 0 32%;
  max-width: 32%;
  min-height: 421px;
}
.blog-action-wrap {
  display: flex;
  align-items: end;
  margin-bottom: 32px;
  border-bottom: 1px solid #b1b1b1;
}
.blog-cat-wrap {
  flex: 0 0 65%;
  max-width: 65%;
}
.blog-search-wrap button {
  background-color: transparent !important;
  padding: 0;
  position: absolute;
  top: 25%;
  left: 15px;
}
.blog-search-wrap {
  flex: 0 0 35%;
  max-width: 35%;
  position: relative;
  margin-bottom: 17px;
}
.blog-search-wrap input[type="text"] {
  padding: 10px 43px 10px 46px;
  height: 50px;
  background-color: #efefef;
  border-radius: 6px;
}
.blog-cat-wrap ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  flex-wrap: wrap;
}
.blog-cat-wrap a {
  text-transform: uppercase;
  text-align: center;
  text-decoration-line: none !important;
  color: #000000;
  font-family: "Lato", sans-serif;
}
.blog-cat-wrap ul li {
  padding: 0 15px;
  padding-bottom: 7px;
}
.blog-cat-wrap ul .active {
  border-bottom: 3px solid #1a3642;
}
.blog-btn i {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  padding: 0 7px;
}
.blog-btn a {
  text-decoration: none !important;
  color: #000000;
}
.blog-item-inner .blog-content .blog-btn {
  text-align: right;
  margin-top: auto;
}
.blog-content {
  padding: 20px 0px;
}
.blog-page-buttons {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 29px;
}
.blog-page-buttons .page-numbers {
  background-color: #efefef;
  padding: 3px 16px;
  color: #000000;
  text-decoration: none !important;
}
.blog-page-buttons .page-numbers.current {
  background-color: #1a3642;
  color: #ffffff;
}
.blog-bg img {
  height: 350px;
  object-fit: cover;
  width: 100%;
}
.blog-item .blog-content h3 {
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-search-wrap input[type="text"]::placeholder {
  color: #12121299;
}
.blog-search-wrap input[type="text"]:focus {
  border: 1px solid #1a3642;
  background-color: #1212120d;
}
.blog-search-wrap button.clear-input {
  left: unset;
  right: 12px;
  display: none;
}
.blog-search-wrap input[type="text"]:focus + button.clear-input {
  display: block;
}
.blog-search-wrap input[type="text"]:focus::placeholder {
  color: transparent !important;
}
.blog-btn a {
  color: #1a3642;
}
.blog-item .blog-item-inner {
  display: flex;
  flex-direction: column;
  min-height: 421px;
}
.blog-item-inner .blog-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-item-inner .blog-btn-wrap {
  padding: 0 20px 20px;
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}
.blog-item-inner .blog-desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "Lato", sans-serif;
}
.blog-item .blog-bg {
  overflow: hidden;
  border-radius: 20px;
}
.blog-item:hover .blog-bg img {
  transform: scale(1.05);
}
.blog-item .blog-bg img {
  transition: all 0.3s ease;
}
.blog-item-wrap .blog-item {
  transition: all 0.3s ease;
}

/* Hide the tabs on the news page */
.page-id-365 .blog-main-wrap .blog-action-wrap {
    display: none;
}

/* Postcode Checker */
.postcode-checker-wrapper form {
    display: flex;
    align-items: center;
    gap: 10px;
}
.postcode-checker-wrapper form input {
    color: #3c3c3c;
    font-size: 16px;
    border: 1px solid #3c3c3c;
    background: transparent;
    font-family: "Work Sans", sans-serif;
    width: 50%;
    height: 50px;
	border-radius: 25px;
}
.postcode-checker-wrapper form button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-family: "Work Sans", sans-serif;
    font-size: 18px;
    padding: 16px;
    background: #d9e365;
    color: #3c3c3c;
    height: 50px;
    width: 50%;
    gap: 5px;
	border-radius: 25px;
}
.postcode-checker-wrapper form button svg {
    width: 24px;
    height: auto;
}
.postcode-checker-wrapper form input:focus {
    background: transparent;
    border: 1px solid #3c3c3c;
    outline: none;
}
.page-id-10 .postcode-checker-wrapper form input,
.page-id-10 .postcode-checker-wrapper form input:focus,
.page-id-590 .postcode-checker-wrapper form input,
.page-id-590 .postcode-checker-wrapper form input:focus {
    border-color: #fff;
    color: #fff;
}
.our-work-item-wrapper .project-archive-images img {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
/* Our Services CSS */

/* End of Our Services CSS */

/* Contact Us Page - start */
.everflow-contact-page-form .elementor-field-type-submit .elementor-button {
    width: 100%;
    max-width: 360px;
}
/* Contact Us Page - start */

/* Footer marquee - start */
.ef-footer-marquee .deensimc-text-wrapper:before {
    content: '';
    background: url(https://everflow.webdevnow.uk/wp-content/uploads/2025/10/line-blue-1.png) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    width: 40px;
    height: 15px;
}
.ef-footer-marquee .deensimc-text-wrapper svg {
    display: none;
}
/* Footer marquee - end */

/* Responsive */
@media screen and (max-width: 1220px) {
  .blog-item {
    flex: 0 0 48.3%;
    max-width: 48.3%;
  }
}
@media screen and (max-width: 1024px) {
  .home-faq .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  .blog-item {
    flex: unset;
    max-width: 100%;
    min-height: unset;
  }
  .blog-desc,
  .blog-content h3 {
    min-height: unset;
  }
  .blog-action-wrap {
    flex-direction: column-reverse;
  }
  .blog-cat-wrap,
  .blog-search-wrap {
    width: 100%;
    flex: unset;
    max-width: 100%;
  }
  .blog-search-wrap {
    margin-bottom: 30px;
  }
  .our-services-review .grw-review {
    flex: unset !important;
    max-width: calc(50% - 3px) !important;
  }
  .our-services-review .grw-reviews {
    gap: 6px !important;
  }
}
@media screen and (max-width: 450px) {
    .postcode-checker-wrapper form {
        flex-direction: column;
    }
    .postcode-checker-wrapper form input, .postcode-checker-wrapper form button {
        width: 100%;
    }
}