@charset "utf-8";
/*
Theme Name: The Orange Partnership
Theme URI: https://www.blackspiraldesign.co.uk
Author: Black Spiral Design
Author URI: http://www.blackspiraldesign.co.uk
Description: This is the 2024 TOP theme built on Bootstrap 5.3
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: top

*/
:root {
  --top-base: #dc691c;
  --top-hover: #8c3d08;
  --top-dark: #000;
  --top-light: #f3cfc4;
  --top-secondary: #3e3d3d;
  --top-lighter: #e18644;
  --top-text: #292121; 
  --top-contrast1: #8b923b;
  --top-contrast2: #518186;
  --top-contrast3: #724b68;
  --top-contrast4: #A59F92;
}


/* Colors */

body {
	background-color: var(--top-dark) !important;
}

.bg-ssecondary {
	background-color: var(--top-secondary) !important;
}

.orange {
	color: var(--top-base) !important;
}

.bg-orange {
	background-color: var(--top-base) !important;
}

.bg-lighter {
	background-color: var(--top-lighter) !important;
}

.bg-contrast1 {
	background-color: var(--top-contrast1) !important;
}

.bg-contrast2 {
	background-color: var(--top-contrast2) !important;
}

.bg-contrast3 {
	background-color: var(--top-contrast3) !important;
}

.btn-primary {
	background-color: var(--top-base) !important;
	border-color: var(--top-base) !important;
}

.btn-primary:hover {
	background-color: var(--top-hover) !important;
	border-color: var(--top-hover) !important;
}

.link-light:focus, .link-light:hover {
    color: RGBA(249, 250, 251, var(--bs-link-opacity, 0.7)) !important;
    -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 0.7)) !important;
    text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 0.7)) !important;
}

a.stretched-link:hover {
    opacity:0.55;
}

#main_text a {
	color: var(--top-base) !important;
}

#main_text a:hover {
	color: var(--top-hover) !important;
}

/* Typography */

body {
	font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.fw-bold {
	font-weight:800 !important;
}

.btn-lg {
    font-size: 1rem !important;
}

/* custom scrollbar */
::-webkit-scrollbar {
  width: 25px;
}

::-webkit-scrollbar-track {
  background-color: #363232;
}

::-webkit-scrollbar-thumb {
  background-color: #eedcd0;
  border-radius: 20px;
  border: 6px solid #4f4e4e;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--top-base);
}


section, footer {
	max-width:1820px;
	margin-left:auto;
	margin-right:auto;
}
/* buttons */

.btn-primary, .btn-light {
	padding: 1rem 2rem;
	border-radius: 50px;
}

/*header */

ul#menu-main-menu li {
    margin-right:1.5rem;
}

ul#menu-main-menu li .dropdown-menu li {
    margin-right:0;
}

.navbar .dropdown ul {
	 transition: 0.3s;
}

@media (min-width:1200px){
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  border-radius: 4px;
}
.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

}

@media (min-width:1200px){.dropdown-toggle::after {
    display: none;
}
                        }

.nav-link {
    color: #fff !important;
}

.nav-link:focus, .nav-link:hover {
    color: var(--top-base) !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color:var(--top-base) !important;
}


@media (max-width:1200px) {
	.dropdown-item {
		font-size: 1rem !important;
	}
	
	.nav-link:focus, .nav-link:hover {
    color: var(--top-hover) !important;
}
	
}

/*Footer */

.bottomnav a.nav-link {
    text-decoration: underline;
    font-size: 1.1rem;
    font-weight: normal;
}

/*To the top button */

#tttbutton {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
	z-index: 99999;
	color: transparent;

}

#tttbutton .i_container{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  width: 60px;
  height: 60px;
  border-radius: 1rem;
  background: var(--top-base);
  -webkit-box-shadow: 1px 1px 5px 0px rgba(99,32,98,0.5);
  -moz-box-shadow: 1px 1px 5px 0px rgba(99,32,98,0.5);
  box-shadow: 1px 1px 5px 0px rgba(99,32,98,0.5);
  color:#fff;
 

}

/* fix to avoid conflict with recaptcha badge on forms */

.grecaptcha-badge {
    bottom: 90px !important;
}



/* Hero */

#hero-header {
	height:50vh;
}


@media(min-width:768px){

#hero-header, #head_content {
	min-height:90vh;
	height:100%;
}
	
}



#hero-header .navbar-toggler {
	border-radius: 50%;
    padding: 1rem;
    background-color: var(--top-base);
}

#hero-header h1, #welcome h1 {
	line-height: 1;
}

#hero-header h1 span, #welcome h1 span {
	font-family: "Borel", cursive;
  font-weight: 400;
  font-style: normal;
		color: var(--top-base) !important;
	    margin-bottom: -2rem;
	margin-top:1rem;
	
    
}

@media (max-width: 742px){
	#hero-header h1 span, #welcome h1 span {
	line-height:1.6 !important;
	
    
}
}

/* homepage */

#sectors img.card-img-top, #services img.card-img-top {
    max-height: 8rem;
}

#insights img.card-img-top {
    max-height: 10rem;
}

/* page */

#main_text p:first-of-type {
  font-size: 1.25em;
}

/* people */

/*@media (min-width:1400px){

#people .card.single {
	max-width:750px !important;
}
}*/

#people .card {
	max-width:550px;
	border:0 !important;
}

/* CV Timeline */

.cvtimeline {
  border-left: 1px dashed hsl(0, 0%, 90%);
  position: relative;
  list-style: none;
}

.cvtimeline .cvtimeline-item {
  position: relative;
}

.cvtimeline .cvtimeline-item:after {
  position: absolute;
  display: block;
  top: 50%;
}

.cvtimeline .cvtimeline-item:after {
  background-color: hsl(0, 0%, 90%);
  left: -38px;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
}

/* ticks list */

.ticks {
	position: relative;
  list-style: none;
    padding-left: 3rem;
}

li.ticks-item:before {
    content: "\F26A";
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    display: block;
    position: absolute;
    top: 35%;
    left: -3rem;
}

li.ticks-item.mb-3, li.ticks-item.mb-5  {
    position: relative;
}

@media (min-width: 1200px) {
    .ps-xl-4m {
        padding-left: 2rem !important;
    }
}

/* Vertical Timeline */

.story_img {
	max-height: 125px;
	width:auto;
	max-width:100%;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 1px;
        border-left: 2px dashed #fff;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 1rem;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            padding-right: 10%;
    		padding-left: 20px;
    		position: relative;
    		padding-top: 20px;
    		padding-bottom: 20px;
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: calc(32% + 50px);
                right: 15px;
                display: inline-block;
                border-bottom: 1px solid #fff;
                content: " ";
                width: 5rem;
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: calc(32% + 50px);
                right: 5rem;
                content: "\A";
                width: 1.25rem;
                height: 1.25rem;
                border-radius: 50%;
                background: #fff;
                display: inline-block;
                transform: translate(-50%, -50%);
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 100px;
    		height: 100px;
   		 	line-height: 50px;
    		font-size: 1.4em;
    		font-weight: 900;
    		text-align: center;
   		 	position: absolute;
    		top: 32%;
    		left: 50%;
    		margin-left: -50px;
    		background-color: #F08032;
    		z-index: 100;
    		border-top-right-radius: 50%;
    		border-top-left-radius: 50%;
    		border-bottom-right-radius: 50%;
    		border-bottom-left-radius: 50%;
    		display: flex;
    		justify-content: center;
    		align-items: center;

        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
			padding-left: 10%;
   			 padding-right: 20px;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: 15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: 6em;
                right: auto;
            }

.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-heading {
	padding-bottom: 2rem;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: -10px;
        margin-left: 0;
       
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
			display:none;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
			display:none;
        }
}

/* Swiper Controls */

.swiper-slide {
     height: auto !important;
    }

.swiper-button-prev, .swiper-rtl .swiper-button-next {
        top: 93% !important;
		left:initial !important;
	right:calc(25% + 5vw) !important;
    }

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    top: 95% !important;
	right:15% !important;
	
}
@media (min-width:380px){
	
	.swiper-button-prev, .swiper-rtl .swiper-button-next {
    right:calc(25% + 1vw) !important;
    }

}

@media (min-width:768px){

	.swiper-button-prev, .swiper-rtl .swiper-button-next {
    right:calc(25% - 2vw) !important;
    }

}

@media (min-width:992px){

	.swiper-button-prev, .swiper-rtl .swiper-button-next {
    right:calc(25% - 5vw) !important;
    }

}

@media (min-width:1400px){

	.swiper-button-prev, .swiper-rtl .swiper-button-next {
    right:calc(25% - 4vw) !important;
    }

}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
    content: '\F12F' !important;
    font-family: bootstrap-icons !important;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '\F138' !important;
    font-family: bootstrap-icons !important;
}

.swiper-button-next, .swiper-button-prev {
    color: var(--top-base) !important;
}

#gallery .swiper-button-next, #gallery .swiper-button-prev, #quotes .swiper-button-next, #quotes .swiper-button-prev {
    color: #fff !important;
}

/* posts */
#green_insight select#cat {
    border-radius: 10px;
    padding: 0.5rem 1.5rem;
	border-right: 16px solid transparent;
}

#green_insight input[type="submit"] {
    border-radius: 25px;
    padding: 0.5rem 1rem;
    border: 0;
}

.page-link {
    color: #fff !important;
    background-color: transparent !important;
    border: 0 !important;
}

.page-item.active {
    font-weight: bold;
    border: 1px solid #fff;
}
/* Single */

#green_single a {
	color:#fff !important;
}

#green_single a:hover {
	opacity:0.55 !important;
}

/* wp-forms */

label.wpforms-field-label-inline {
    color: #fff !important;
}

.download-form div.wpforms-container-full input[type=submit]:not(:hover):not(:active), div.wpforms-container-full button[type=submit]:not(:hover):not(:active), div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
    background-color: #79496a !important;
    padding: 1rem 2rem;
    border-radius: 50px;
    height: auto;
}

.download-form div.wpforms-container-full input[type=submit]:hover, div.wpforms-container-full input[type=submit]:active, div.wpforms-container-full button[type=submit]:hover, div.wpforms-container-full button[type=submit]:active, div.wpforms-container-full .wpforms-page-button:hover, div.wpforms-container-full .wpforms-page-button:active, .wp-core-ui div.wpforms-container-full input[type=submit]:hover, .wp-core-ui div.wpforms-container-full input[type=submit]:active, .wp-core-ui div.wpforms-container-full button[type=submit]:hover, .wp-core-ui div.wpforms-container-full button[type=submit]:active, .wp-core-ui div.wpforms-container-full .wpforms-page-button:hover, .wp-core-ui div.wpforms-container-full .wpforms-page-button:active {
    background-color: #be81ab !important;
    padding: 1rem 2rem;
    border-radius: 50px;
    height: auto;
}

.download-form .wpforms-form button[type=submit]:after {
    content: '\F144'; /* Unicode for icon, be sure to keep the quotes and forward slash */
    font-family: bootstrap-icons;
    margin-left: 10px !important; /* Distance between icon and button text */
}

.download-form iv.wpforms-container-full input[type=submit]:focus:after, div.wpforms-container-full button[type=submit]:focus:after, div.wpforms-container-full .wpforms-page-button:focus:after, .wp-core-ui div.wpforms-container-full input[type=submit]:focus:after, .wp-core-ui div.wpforms-container-full button[type=submit]:focus:after, .wp-core-ui div.wpforms-container-full .wpforms-page-button:focus:after {
    content: '\F144' !important;
	position: relative !important;
	border: 0 !important;
	top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
}



/* What kate wants */

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px !important; 
    }
}
@media (min-width:1650px) { 
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width:1350px !important;
    }
                          }

@media (min-width:1920px){
#services .fs-6, #sectors .fs-6, #quotes .fs-6 {
    font-size: 1.25rem !important;
}

#people .card {
    max-width: 750px;
}
	#people .fs-6 {
    font-size: 1.05rem !important;
}
}

.shad {text-shadow: 0px 0px 25px rgba(0,0,0,0.4);}

a.stretched-link, #insights a.link-light {
    text-decoration: none;
}

a.stretched-link:hover, #insights a.link-light:hover {
    text-decoration: underline;
}