/* CSS for Mobile View */
/* Page Type: Global */

/* Mobile First! */
/*@media screen and (max-width: 767.98px) {*/

/* Footer CTA Strip */
.sec-footer-cta-cto {
    padding: 50px 0px 50px 0px;
    --gap: 0px;
    --widgets-spacing: 0px;
}

.sec-footer-cta-cti {
    padding: 0px 25px 0px 25px;
    --gap: 20px;
    --widgets-spacing: 20px;
}


/* For Product Inner pages, banneer, text part gap */
.prod-inr-ban-sec-body-ct-gp {
	--gap: 20px;
}


/* a links different colur, on hover as well */
.we-link-colured-blue a{
	color: #0065F2 !important;
}


/* Smooth scroll, for same page anchor tags mainly */
html{
	scroll-behavior:auto;
}


/* Same height for variable based EL containers template */
.we-e-els-h-100 .elementor-shortcode, .we-e-els-h-100 .elementor {
    height: 100%;
}


/* First Char Red */
/* TODO Delete me later */
.first-char-red h1::first-letter,
.first-char-red h2::first-letter,
.first-char-red h3::first-letter,
.first-char-red h4::first-letter,
.first-char-red h5::first-letter,
.first-char-red h6::first-letter,
.first-char-red p::first-letter {
    color: #FF0000;
}

/* used in case study author section - from old site */
/* .author-credit .profile-img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
}
.author-credit p {
    background: url(../images/inverted-comma.848e4cdf.png) no-repeat;
    background-size: 112px 86px;
    margin-bottom: 0;
    padding-top: 5px;
} */



/*}*/
