/*
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=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {font-family: 'Open Sans', sans-serif;}

.no-gutter .row > *  {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

html, body {
	background-color: #44546b;
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    margin: 0 0 30px 0;
}

h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b {
    font-weight: 800;
}

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}


p {
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 24px 0;
    font-weight: 400;
}

.white-text {color: #fff;}
.darkbg {background-color: #44546b; color: #fff;}
.greybg {background-color: #f2f2f2;}
.small {
    font-size: 85%;
	line-height: 150%;
}

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

.bgimg .vc_column-inner {
    height: 100%;
    min-height: 250px;
}

ul li,
ol li {
	font-size: 16px;
    line-height: 26px;
}

a {
    color: #f86307;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    color: #f86307;
    text-decoration: underline;
    font-weight: bold;
}

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

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

/* 5 column fix */

/* Large screens: 5 equal columns */
@media (min-width: 1200px) {
  .col-lg-1\/5 {
    position: relative;
    width: 20%;
    max-width: 20%;
    flex: 0 0 20%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* Medium screens: 3 columns per row */
@media (min-width: 992px) and (max-width: 1199px) {
  .col-lg-1\/5 {
    width: 33.3333%;
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
  }
}

/* Tablet: 2 columns per row */
@media (min-width: 768px) and (max-width: 991px) {
  .col-lg-1\/5 {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
  }
}

/* Mobile: full width */
@media (max-width: 767px) {
  .col-lg-1\/5 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}


/* Navigation */
header {
    position: relative;
    background-color: #44546b;
	border-bottom: 3px solid #f8630a;
}

#hp-banner {
    background-color: #44546b;
    background-image: url('/wp-content/uploads/2024/07/curved-glass.jpg');
    background-size: cover;
    background-position: center center;
}

#hp-banner .overlay {}

@media (min-width: 992px) {
    #hp-banner .overlay {}
}

#hp-banner h1 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 300;
}

@media (min-width: 992px) {
    #hp-banner h1 {
        font-size: 50px;
        line-height: 60px;
        font-weight: 300;
    }
}

.gradient-overlay {
    background: #44546B;
    background: linear-gradient(180deg,rgba(68, 84, 107, 1) 17%, rgba(255, 255, 255, 0) 100%);
}

#page-title {
    background-size: cover;
    background-position: center center;
    color: #fff;
}
#page-title .page-title-inner {
    background-color: rgba(68, 84, 107, 0.7);
    padding-top: 5%;
    padding-bottom: 3%;
}

#page-title h1 {
    margin: 0px !important;
}

.orange-band {
    background-color: #f8630a;
    padding: 30px 0;
    text-align: center;
    font-size: 28px;
    line-height: 30px;
    text-transform: uppercase;
}

.orange-band {}


.solution-block .vc_column-inner {
    background-color: #fff;
    padding: 30px;
    min-height: 150px;
    aspect-ratio: 4/3;
    color: #000;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 10px;
    text-align: center;
}

.solution-block-last .vc_column-inner {
    background-color: #f86307;
    padding: 30px;
    min-height: 150px;
    aspect-ratio: 4/3;
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 10px;
    text-align: center;
}


.solution-block-last .wpb_content_element,
.solution-block-last .vc_column-inner p,
.solution-block .wpb_content_element,
.solution-block .vc_column-inner p {
    margin: 0px;
    font-size: 20px;
	text-transform: uppercase;
    font-weight: 500;
}

/* Nav  */

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

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

#menu-header-1 a {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    padding: 15px;
    color: #fff;
}

#menu-header-1 li.active a {
	color: #f86307;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    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: 15px;
    overflow: hidden;
}

.active {
    color: #f86307 !important;
    font-weight: 900 !important;
}

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

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

/* Nav END */

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

.bl {
    display: inline-block;
    padding: 20px 30px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    margin: 0 0 5px 5px;
    transition: box-shadow ease 0.5s, margin ease 0.5s;
}

.bl.orange {
    background-color: #f86307;
    color: #fff;
    -webkit-box-shadow: -5px 5px 0px 0px rgba(68,84,107,1);
    -moz-box-shadow: -5px 5px 0px 0px rgba(68,84,107,1);
    box-shadow: -5px 5px 0px 0px rgba(68,84,107,1);
}

.overlay .bl.orange {
    -webkit-box-shadow: -5px 5px 0px 0px rgba(255,255,255,1);
    -moz-box-shadow: -5px 5px 0px 0px rgba(255,255,255,1);
    box-shadow: -5px 5px 0px 0px rgba(255,255,255,1);
}

.bl.orange:hover {
    margin: 0px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(68,84,107,1);
    -moz-box-shadow: 0px 0px 0px 0px rgba(68,84,107,1);
    box-shadow: 0px 0px 0px 0px rgba(68,84,107,1);
    transition: box-shadow ease 0.5s, margin ease 0.5s;
}

.overlay {}

#hp-image-band {
    background-image: url('/wp-content/uploads/2024/07/curved-glass.jpg');
    background-size: cover;
    background-position: center center;
}

#hp-image-band .overlay {
    padding: 10% 0;
}

.quote {
    font-size: 25px;
    line-height: 35px;
    margin: 0px;
    padding-left: 30px;
    border-left: 5px solid #f86307;
}

@media (min-width: 992px) {
    .quote {
        font-size: 40px;
        line-height: 48px;
        margin: 0px;
        padding-left: 30px;
        border-left: 5px solid #f86307;
    }
}

.overlay .quote {
    color: #fff;
}

footer {
    background-color: #f3f3f2;
    color: #000;
}

footer #ftr-links {
    padding: 70px 0;
	 border-top: 10px solid #f86307;
}
footer #ftr-smallprint {
    padding: 10px 0;
    color: #000;
}

footer .menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
footer .menu li {
    padding: 10px 0;
}
footer .menu li a {
    color: #000;
    display: inline-block;
    font-size: 15px;
    text-decoration: none;
    font-weight: 400;
}

footer a {
    color: #f86307;
    text-decoration: none;
    font-weight: bold;
}


/* Make WPBakery inner rows behave like Bootstrap rows */
.vc_row.vc_inner,
.vc_row.wpb_row.vc_inner.vc_row-fluid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
}

/* Ensure direct child columns inherit Bootstrap gutter spacing */
.vc_row.vc_inner > [class*="col-"],
.vc_row.wpb_row.vc_inner.vc_row-fluid > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

/* Prevent WPBakery wrappers from breaking the layout */
.vc_row.vc_inner > .wpb_column,
.vc_row.vc_inner > .vc_column_container {
    padding-left: 15px;
    padding-right: 15px;
}

/**/

.two-cols {column-count: 1;}
@media (min-width: 992px) {
    .two-cols {column-count: 2;}
}

.breadcrumb {
    display: block;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
    text-align: left;
}

.breadcrumb li {
    display: inline-block;
}

.breadcrumb li a {
    color: #fff;
}

.breadcrumb li:after {
    content: "/";
    color: #f86307;
    display: inline-block;
    padding: 0 10px;
}

.breadcrumb li:last-child:after {
    content: none;
    padding: 0px;
}

.sector-block .vc_column-inner {
	background-color: rgba(0,0,0,0.1);
	padding: 30px;
	height: calc(100% - 30px);
	border-radius: 15px;
	transition: background-color ease 0.5s;
}

.sector-block:hover .vc_column-inner {
	background-color: #f86307;
	transition: background-color ease 0.5s;
}

#service-blocks {}

.service-blocks .single-service-block, 
#service-blocks .single-service-block {
    background-color: #fff;
	color: #000;
    padding: 30px;
    border-bottom: #f8630a 10px solid;
    height: 100%;
    margin: 0 0 30px 0;
    transition: margin ease 0.5s, color ease 0.5s, background-color ease 0.5s;
}

.service-blocks .single-service-block:hover,
#service-blocks .single-service-block:hover {
    margin: -15px 0 45px 0;
    transition: margin ease 0.5s, color ease 0.5s, background-color ease 0.5s;
    background-color: #f8630a;
    border-bottom: #44546b 10px solid;
    color: #fff;
}

.full-height-cols .vc_column-inner {
    height: calc(-30px + 100%);
}

.full-height-cols .wpb_wrapper {
    height: 100%;
}

/* Form */

label {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

label span {
    color: rgb(248, 99, 7);
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
select {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 20px;
    font-size: 16px;
	line-height: 18px;
    color: #000;
    background-color: #fff;
    border: none;
}

.site-band input[type="text"],
.site-band input[type="tel"],
.site-band input[type="email"],
.site-band textarea,
.site-band select {
    background-color: #f2f2f2;
    border-bottom: 1px solid #000;
}

.site-band.greybg input[type="text"],
.site-band.greybg input[type="tel"],
.site-band.greybg input[type="email"],
.site-band.greybg textarea,
.site-band.greybg select {
    background-color: #fff;
    border-bottom: 1px solid #000;
}

.site-band.darkbg input[type="text"],
.site-band.darkbg input[type="tel"],
.site-band.darkbg input[type="email"],
.site-band.darkbg textarea,
.site-band.darkbg select {
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

.news-block .vc_column-inner {
	background-color: rgba(0,0,0,0.3);
	padding: 30px;
	border-radius: 15px;
}


.form-wrapper .orange-block {
	margin-top: -50px;
}


.form-wrapper .orange-block .vc_column-inner {
	background-color: #f86307 ;
	padding: 30px;
	color: #fff;
}

.form-wrapper {
	background-image: url(/wp-content/uploads/2026/05/website-image.jpg);
	background-size: cover;
	background-position: center center;
	border-radius: 20px;
}

/* Dots */ 

.dots-white-br,
.dots-white-bl,
.dots-white-tr,
.dots-white-tl {
	background-image: url(/wp-content/uploads/2026/05/dots.png);
	background-repeat: no-repeat;
}

.dots-white-br {background-position: bottom right;}
.dots-white-bl {background-position: bottom left;}
.dots-white-tr {background-position: top right;}
.dots-white-tl {background-position: top left;}


.sector-row {
	padding: 50px 0;
	border-bottom: 1px solid #fff;
}

.sector-row:hover {
	background-color: rgba(0,0,0,0.1);
}
