/*
Theme Name: Quicklaunch Child
Theme URI:
Template: quicklaunch-parent-theme
Author: Quicklaunch
Author URI: https://www.quicklaunch.co.uk/
Description: Child theme.
Version: 1.0
*/

/* Include fonts */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --brand-green: #44d6ad;
}

.no-gutter .col-sm-12 {
    padding-left: 0px;
    padding-right: 0px;
}

* {
    font-family: 'Inter', Arial, sans-serif;
    font-optical-sizing: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    margin: 0 0 18px 0;
}

h1 {}
h2 {font-size: 50px; line-height: 55px;}
h3 {}
h4 {}
h5 {}
h6 {font-size: 12px;}

p {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 18px 0;
}

.ql-marquee__text {
    font-weight: 900 !important;
    font-style: italic;
    font-family: 'Inter';
}

.white-text {color: #fff;}
.darkbg {background-color: #252626; color: #fff;}
.greybg {background-color: #f2f2f2;}
.greenbg {background-color: var(--brand-green);}
.small {
    font-size: 85%;
	line-height: 150%;
}

.site-band {padding: 30px 0;}
.site-band.top {padding: 30px 0 0 0;}
.site-band.bottom {padding: 0 0 30px 0;}

@media (min-width: 992px) {
    .site-band {padding: 70px 0;}
    .site-band.top {padding: 70px 0 0 0;}
    .site-band.bottom {padding: 0 0 70px 0;}
}

.content ul li,
.content ol li,
.site-band ul li,
.site-band ol li,
.role ol li,
.role ul li {}

a {}
a:hover {}

.brand {
	width: 300px;
    margin: 20px 0;
	padding: 0px !important;
}

.brand img {
	width: 100%;
	height: auto;
}

/* Navigation */

header {}

.navbar-toggler {
    color: #fff;
    padding: 20px;
    font-size: 1rem;
    line-height: 1;
    background-color: var(--brand-green);
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
}

#navbar-header button i a {
	color: #09478E !important;
}

#main-menu li a {
    font-size: 15px;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    padding: 15px;
}

#main-menu li:last-child a {color: var(--brand-green);}

.dropdown-menu {
    position: absolute;
    top: 173%;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0;
    margin: 0;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #262626;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
}

.active {
    color: var(--brand-green) !important;
    font-weight: 900 !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #c49245 !important;
    background-color: #000;
}

.dropdown-item.active, .dropdown-item:active {
    color: #c49245;
    font-weight: 900;
    background-color: #000;
}

/* Nav END */

/* Links */

.bl {
    display: inline-block;
    padding: 20px 40px;
    border-radius: 35px;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 900;
}
.bl:after {
    content: ">";
    padding-left: 20px;
    font-size: 16px;
    transition: padding-left ease 0.5s;
}

.bl:hover:after {
    padding-left: 30px;
    transition: padding-left ease 0.5s;
}

.bl.green {
    background-color: var(--brand-green);
    color: #000;
    text-decoration: none;
}

.bl.white {
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

.ol {
    display: inline-block;
    padding: 20px 40px;
    border-radius: 35px;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 900;
}
.ol:after {
    content: ">";
    padding-left: 20px;
    font-size: 16px;
    transition: padding-left ease 0.5s;
}

.ol:hover:after {
    padding-left: 30px;
    transition: padding-left ease 0.5s;
}

.ol.ondark {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    border: 1px solid var(--brand-green);
}

.ol.onlight {
    background-color: transparent;
    color: #000;
    text-decoration: none;
    border: 1px solid var(--brand-green);
}

@media (min-width: 992px) {}

header {
    position: absolute;
    width: 100%;
}

#page-title {
    background-color: #262626;
}
#page-title .page-title-inner {
    padding: 200px 0 2% 0;
}

#page-title h1 {
    font-size: 70px;
    margin: 0px;
}

.site-title {
    color: var(--brand-green);
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
}

.breadcrumb {}
.breadcrumb li:after {
    content: "/";
    color: var(--brand-green);
    padding: 0 10px;
}
.breadcrumb li:last-child:after {
    content: "";
    padding: 0px;
}

.breadcrumb a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}
.breadcrumb span {
    color: #fff;
}

/**/

#hero-banner {
    min-height: 400px;
    background-color: #262626;
    color: #fff;
    padding-top: 96px;
    background-image: url('/wp-content/uploads/2025/12/header-image.jpg');
    background-size: contain;
    background-position: calc(100% - 10%) center;
    background-repeat: no-repeat;
}

.scroll-bar-wrap {
    overflow: hidden;
    padding: 5% 0;
    height: 250px;
    margin: -125px 0 -125px 0;
}

.scroll-bar {
    padding: 25px 0;
    transform: rotate(-2.5deg);
    /*transform-origin: center;*/
    display: block; /* prevents weird layout shifts if needed */
    overflow: hidden;
    background-color: var(--brand-green);
    width: 110vw;
    margin-left: -20px;
}

#hp-page-content {
    padding-top: 150px;
}


/**/

.service-block-name a {
    display: inline-block;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    margin: 0 20px;
}

.service-block-wrap::before {
    content: "";
    display: block;
    padding-top: 100%;
    background-color: transparent;
    transition: background-color ease 0.5s;
}

.service-block-wrap:hover::before {
    background-color: rgba(68, 214, 173, 0.8);
    transition: background-color ease 0.5s;
}

/**/

.training-block .vc_column-inner,
.mystory-block .vc_column-inner {
    min-height: 400px;
    background-color: red;
    position: relative;
    height: calc(100% - 35px);
}


.training-block .vc_column-inner > .wpb_wrapper,
.mystory-block .vc_column-inner > .wpb_wrapper {
    padding: 230px 30px 30px 30px;
    width: 100%;
    background: #262626;
background: linear-gradient(0deg,rgba(38, 38, 38, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.training-block .vc_column-inner {
    background-image: url(/wp-content/uploads/2026/01/training-block.png);
    background-size: cover;
    background-position: top center;
}
.mystory-block .vc_column-inner {
    background-image: url(/wp-content/uploads/2026/01/story-block.png);
    background-size: cover;
    background-position: top center;
}

#form-wrap {
    padding-top: 5%;
}

#secondary-links {
    background: #262626;
    background: linear-gradient(0deg,rgba(38, 38, 38, 1) 50%, rgba(255, 255, 255, 1) 50%);
}

h3.large-text {
    font-size: 70px;
    line-height: 70px;
}

#secondary-links .training-block {}

/* Footer */

footer {}

footer #ftr-testimonials {
    background-color: #f2f2f2;
    padding: 10% 0 5% 0;
    background-image: url('/wp-content/uploads/2025/12/ftr-testimonial.jpg');
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
}

footer .vc_toggle {
    padding: 30px;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 10px;
    margin-bottom: 30px;
}

footer .vc_toggle h3 {margin: 0px;}

footer #footer-cta .wpb_single_image {
    margin-bottom: 0px;
}

#ftr-logos {padding: 5% 0 3% 0;}

#ftr-logos .footer-logo img {
    width: 325px;
    height: auto;
}

#ftr-links {
    padding: 0 0 5% 0;
}

#ftr-links .menu {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#ftr-links .menu li {
    margin: 0 0 10px 0;
}
#ftr-links .menu li a {
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}

.testimonial-posts {
    margin-bottom: 50px;
}

.stars {
    margin: 0 0 20px 0;
}

.stars svg,
.stars i {
    color: #ffd649;
    font-size: 25px;
}













