/*
Theme Name:     Neve Child
Theme URI:      https://themeisle.com/themes/neve/
Template: neve
Author:         ThemeIsle
Author URI:     https://themeisle.com
Description:    Neve is a super fast, easily customizable, multi-purpose theme. It’s perfect for blogs, small business, startups, agencies, firms, e-commerce shops (WooCommerce storefront) as well as personal portfolio sites and most types of projects. A fully AMP optimized and responsive theme, Neve will load in mere seconds and adapt perfectly on any viewing device. While it is lightweight and has a minimalist design, the theme is highly extendable, it has a highly SEO optimized code, resulting in top rankings in Google search results. Neve works perfectly with Gutenberg and the most popular page builders (Elementor, Brizy, Beaver Builder, Visual Composer, SiteOrigin, Divi). Neve is also WooCommerce ready, responsive, RTL & translation ready. Look no further. Neve is the perfect theme for you!
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:    neve
Tags: blog, custom-logo, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, wide-blocks, block-styles
*/

/* footer bullatin for shadowed image */
.footer-bullatin {
    position: relative ;
    background-color: #114459ff ;
    color: white ;
    padding: 10% ;
    overflow: hidden ;
}

/* translucent background image */
.footer-bullatin::before {
    content: '' ;
    position: absolute ;
    inset: 0 ;
    background-image: url(https://clarity-dev.tasdemo.co.uk/wp-content/uploads/2025/06/white-logo.png) ;
    background-position: 50% -26% ;
    background-repeat: no-repeat ;
    background-size: contain ;
    opacity: 0.1 ;
    pointer-events: none ;
    z-index: 0 ;
}

/* adds the CW logo as a background image to a block */
.logo-bg {
    position: relative ;
    color: white ;
    padding: 10% ;
    overflow: hidden ;
}

/* translucent background image */
.logo-bg::before {
    content: '' ;
    position: absolute ;
    inset: 0 ;
    background-image: url(https://clarity-dev.tasdemo.co.uk/wp-content/uploads/2025/06/white-logo.png) ;
    background-position: 50% -26% ;
    background-repeat: no-repeat ;
    background-size: contain ;
    opacity: 0.1 ;
    pointer-events: none ;
    z-index: 0 ;
}

.footer-bullatin > * {
    position: relative ;
    z-index: 1 ;
}

/* shaded area */
.shade-container {
	background-color: var(--nv-primary-accent) !important ;
	}

/* Button CTA  css start */
hr.wp-block-separator.has-alpha-channel-opacity.is-style-default.CTA-Separator {
    width: 700px ;
    margin-left: auto ;
    margin-right: auto ;
    display: block ;
    clear: both ;
}

div#wp-block-themeisle-blocks-advanced-column-714dcd20 {
    background-color: var(--nv-primary-accent) ;
    padding: 80px ;
}

/* Adding BG image to an element */
.BG-Image{
	background-image: url(https://clarity-dev.tasdemo.co.uk/wp-content/uploads/2025/06/tree-family-overlay.png) ;
    background-position: bottom center ;
    background-repeat: no-repeat ;
    background-size: contain ;
    opacity: 0.80 ;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s ;
}

/* Header CSS */

/* Changes menu colour */

/* .hfg-slot.center {
    background-color: #0490AADE ;
} */

.header--row-inner.header-main-inner {
    padding-bottom: 30px;
}

a.button.button-primary.donate-btn {
    margin-right: 15px;
}

/* Media + Text */
#content > div > div > div > div.nv-content-wrap.entry-content > div.wp-block-media-text.is-stacked-on-mobile.is-image-fill-element.media-text-1 > div {
    padding: 0 ;
}

/* Contact Us - page specific removal */
body.page-id-39 .n2_clear {
    margin-bottom: 0px;
}

body.page-id-39 footer#site-footer {
    margin-top: 0px;
}

/* removes text underline */
.entry-content a:not([class]), .nv-comment-content a:not([class]), .nv-template .neve-main a:not([class]), .widget_text a:not([class]) {
    --linkdeco: none;
}

/* changing link text on services */
body.page-id-18 .site-main a,
body.page-id-18 .content-area a,
body.page-id-18 .entry-content a,
body.page-id-18 main a {
    color: #000000;
}

body.page-id-18 main a:hover,
body.page-id-18 .site-main a:hover,
body.page-id-18 .content-area a:hover,
body.page-id-18 .entry-content a:hover {
    --linkdeco: none !important;
    color: #249EB5;
    cursor: pointer;
/*     text-decoration: underline; */
}

/* increaseing line height for large & XL font text */
p.has-text-align-center.has-large-font-size {
    line-height: 35px ;
}

p.has-text-align-center.has-x-large-font-size {
    line-height: 40px ;
}

/* typeform */
.popup__BaseWrapper-sc-10ta2p7-0.popup__popupWrapper-sc-10ta2p7-2.bkFLuI {
    margin-top: 300px ;
}

/* dotted border */
.vimeo-dotted-border {
    border-style: dotted ;
    border-color: var(--nv-primary-accent) ;
    padding: 50px ;
}

/* Footer */
footer#site-footer {
    margin-top: 50px;
}

/* ---------- Responsive tweaks ---------- */
@media (max-width: 1024px) {
    .footer-bullatin::before {
        background-size: 80% ;
    }
}

@media (max-width: 768px) {
    .footer-bullatin::before {
        background-size: 90% ;
    }
}

@media (max-width: 959px) {
  .testimonial-text {
    margin-top: 25px ;
  }
}