/*
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;
}


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

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


p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 26px 0;
}

.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;
}

/* Navigation */
header {
    position: relative;
    background-color: #44546b;
}

@media (min-width: 992px) {
    header {
        position: absolute;
        width: 100%;
        background-color: transparent;
    }
}

#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 {
    background-color: rgba(68, 84, 107, 0.7);
    padding-top: 5%;
    padding-bottom: 5%;
}

@media (min-width: 992px) {
    #hp-banner .overlay {
        background-color: rgba(68, 84, 107, 0.7);
        padding-top: calc(10% + 113px);
        padding-bottom: 10%;
    }
}

#hp-banner h1 {
    font-size: 50px;
    line-height: 60px;
}

@media (min-width: 992px) {
    #hp-banner h1 {
        font-size: 80px;
        line-height: 96px;
    }
}

#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: calc(5% + 113px);
    padding-bottom: 3%;
}


/* 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-wrap ul.menu li a {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    padding: 15px;
    color: #fff;
}

#menu-wrap ul.menu 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 {
    background-color: rgba(0, 0, 0, 0.6);
}

#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: #44546b;
    color: #fff;
    border-top: 10px solid #f86307;
}

footer #ftr-links {
    padding: 70px 0;
}
footer #ftr-smallprint {
    padding: 10px 0;
    color: #fff;
}

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

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

/**/

.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: center;
}

.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;
}

#service-blocks {}

.service-blocks .single-service-block, 
#service-blocks .single-service-block {
    background-color: #fff;
    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: -30px 0 60px 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: #000;
}

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: 20px;
    font-size: 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;
}