/*
Theme Name: Reach
Description: This is a child theme for Flatsome Theme
Author: Reach Digital
Template: flatsome
Version: 3.1.6
*/

/*************** General ***************/

/* h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection,
p::selection,
span::selection,
img::selection {
background: #0f0e25;
color: #FFF;
} */

html {
    overflow-x: hidden!important;
    scroll-behavior: smooth;
}
body {
    background-color: #262669!important;
}

.absolute-footer {display:none;}

.search-field {
    padding:20px!important;
    -webkit-backdrop-filter: blur(11px); 
    backdrop-filter: blur(11px); 
/* 	box-shadow: 0px 10px 15px 10px rgba(0 ,0 ,0 ,0.15); */
    background-color: rgba(255 ,255 ,255 ,0.20);
    z-index: -1;
    border-radius: inherit;
}

/*************** Font Hierarchy ***************/

p 	{
    font-size: 16px!important;
    font-weight:300;
}

p.title	{
    font-size: 18px!important;
}
p.title.bold	{
   font-weight: 700;
}
p.emphasize {
    font-size: clamp(21px, 3vmin, 24px)!important;
    margin-left: clamp(20px, 10%, 60px);
    padding-left: 15px;
    line-height: 140%;
    box-sizing: content-box;
    position: relative;
}
p.emphasize::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #fff;
}

p.lead	{
    font-size: 21px!important;
    line-height: 130%!important;
}

#content p a, #content li:not(.menu-item):not(.tab) a:not(.button), #content ol a:not(.button) {
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid #E21F26;
}

h1 {
    font-size: clamp(32px, 6vmin, 48px)!important;
    line-height: 120%!important;
    letter-spacing: -1px!important;
}

h1.huge {
    font-size: clamp(32px, 10vmin, 98px)!important;
    line-height: 1.2em!important;
    font-weight:300!important;
}

h1.big {
    font-size: clamp(36px, 8vmin, 6vh)!important;
    line-height: 1.2em!important;
    font-weight:300;
}

h1.entry-title {
    font-size: clamp(26px,3vmin,32px)!important;
    line-height: 125%!important;
    text-transform: unset!important;
}

h1.page-title {
    font-size: clamp(26px,5vmin,48px)!important;
    font-weight: 200;
    text-transform: unset!important;
}

h2, h1.small {
    font-size: clamp(32px, 6vmin, 48px)!important;
    line-height: 120%!important;
    font-weight: 300!important;
}

h2.huge {
    font-size: clamp(32px, 10vmin, 98px)!important;
    line-height: 1.15!important;
    font-weight:300!important;
}

h2.big {
    font-size: clamp(29px, 7vmin, 64px)!important;
    line-height: 1.15!important;
    font-weight:300!important;
}

h2.single-post {
    font-size: clamp(26px,5vmin,36px)!important;
}

h3 {
    font-size: clamp(22px, 4vmin, 36px)!important;
    line-height: 130%!important;
}
h3.light{
    font-weight: 200!important;
}

h4 {
    font-size: clamp(20px, 3vmin, 26px)!important;
    font-weight: 500!important;
    line-height: 120%!important;
}

h5 {
    font-size: clamp(20px, 5.5vmin, 24px)!important;
    font-weight: 200!important;
    line-height: 130%!important;
}

.t-white {
    color: #fff!important;
}

.opacity-half {
    opacity: 0.52;
}

.white-text * {
    color: #fff!important;
}

	b{
		font-weight: 600!important;
	}

@media screen and (max-width: 549px) {
    h1.big {
        font-size: clamp(28px, 7.5vmin, 6vh)!important;
    }
	
}

/*****Accordian Madness*****/

.accordion .accordion-title span{
	text-transform: none;
	color: #fff;
}

/*************** Spacing ***************/
.col.col-no-p {
    padding: 0!important
}

/*************** Decorations ***************/

/** Gradients **/
.bg-blend {
    background: linear-gradient(to top, #E21E26 , #2E2D77);
}
.bg-blend2 {
    background: rgb(226,30,38);
    background: linear-gradient(0deg, rgba(226,30,38,1) 0%, rgba(46,45,119,1) 55%, rgba(46,45,119,1) 100%);
}
.bg-blue-bottom {
    background: linear-gradient(to top, #212157 , #2E2D77);
}

.bg-blue-top {
    background: linear-gradient(to top, #2E2D77 , #212157);
}

.multiply {
    background-blend-mode:multiply!important;
    background-color: rgba(0,0,0,0.15);
}


/** Video background overlay **/

.video-overlay .section-bg-overlay {
    
    background-image: url("/wp-content/uploads/2023/10/img-pixel-overlay-pattern-2-2.png");
    background-blend-mode:multiply!important;
}

.dots-b:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url("/wp-content/uploads/2023/10/Dots.svg");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 100%;
    opacity:60%;
    bottom: 0;
}

.dots-b-large:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url("/wp-content/uploads/2023/11/dots-red-large.svg");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 100%;
    opacity:80%;
    bottom: 0;
    opacity: 0.65;
}

.dots-b2:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url("/wp-content/uploads/2023/11/dots-navy.svg");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 100%;
    opacity:60%;
    bottom: 0;
}

.dots-blue-top { overflow: hidden; }
.dots-blue-top:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url("/wp-content/uploads/2023/11/blue-dots.svg");
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: 110%;
    opacity:60%;
    top: -15%;
}
.dots-blue-bottom:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url("/wp-content/uploads/2023/11/dots-navy.svg");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 110%;
    opacity:60%;
    bottom: 0%;
}

.diag-lines { overflow: hidden; }
.diag-lines::after {
    position: absolute;
    content: "";
    width: 140%;
    height: 140%;
    background: url("/wp-content/uploads/2023/11/diagonal-lines.svg");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 100%;
    opacity: 0.7;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

/** Promote Your Vacancy Image **/

.woman-br:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url("/wp-content/uploads/2023/10/Woman-with-tablet.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
/* 	opacity:80%; */
    bottom: 0;
    left: 50%;
    max-height: 800px;
    max-width: 800px;
}

@media screen and (max-width: 849px) {
    .woman-br:before{
        left: 30%;
    }
}

/** SVGs **/
.draw-svg-logo-top-right.section,
.draw-svg-logo-top-left.section {
    overflow: hidden;	
}

.draw-svg-logo-l,
.draw-svg-logo-r {
    position: absolute;
    width: 55vw;
    height: 28.6vw;
    top: -0.389vw;
    transform: translatey(-20%);
}

.draw-svg-logo-l {
    left: -0.389vw;
}
.draw-svg-logo-r {
    right: -0.389vw;
}

@media screen and (max-width: 849px) {
    .draw-svg-logo-l,
    .draw-svg-logo-r {
        width: 75vw;
        height: 36vw;
        z-index: 9;
    }
    .draw-svg-logo-l {
        left: -5vw;
    }
}

/*************** Buttons ***************/

.white.button.is-outline {
    border:1px solid!important;
    font-weight:400;
}

.icon-angle-right:before {
    content:url(/wp-content/uploads/2023/10/arrow-right.svg);
    margin-top:-2px!important;
}

.button {
    padding: 5px 25px 5px 25px;
	font-weight:400!important;
}



span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}
.wpcf7 .wpcf7-list-item {
    display: block;
    margin-bottom: 10px;
}
.wpcf7-checkbox label {
    position: relative;
    cursor: pointer;
}
.wpcf7-checkbox input[type=checkbox] {

    position: absolute;
    visibility: hidden;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
}
.wpcf7-checkbox input[type=checkbox] + span {

}
.wpcf7-checkbox input[type="checkbox"] + span::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 5px;
    height: 20px;
    width: 20px;
    top: 6px;
    left: 11px;
    border: 3px solid #ffffff;
}
.wpcf7-checkbox input[type="checkbox"] + span::after {
    display: block;
    position: absolute;
    content: "\2713";
    height: 20px;
    width: 20px;
    top: 1px;
    left: 11px;
    visibility: hidden;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:before {
    background: transparent;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:after {
    visibility: visible;
}
.wpcf7-list-item-label {
    margin-left: 40px;
    display: inline-block;
}

.wpcf7-checkbox{
    display:flex!important;
}


.your-file {
    color: transparent;
}
.your-file::-webkit-file-upload-button {
    visibility: hidden;
}
.your-file::before {
    content: 'Choose file';
    background-image: url(/wp-content/uploads/2023/11/upload-3-512.png)!important;
    color: #fff;
    display: inline-block;
    background: #434285;
    border-radius: 99px;
    padding: 15px 24px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10pt;
    background-size: 16px;
    background-repeat: no-repeat;
    width: 100%;
    height: 49px;
    display: inline-block;
    margin-right: 5px;
    background-position: 554px;
    left: 20px;
}
.your-file:active {
    outline: 0;
}
.your-file:hover::before {
    border-color: #212157;
}
.your-file:active::before {
    background-color: #212157; 
}

.wpcf7-spinner{
	margin:unset!important;
}



.dark td{
	color:#000!important;
}

.post-header {
    min-height: 45vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.post-header .bg:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.post-header-content {
    position: relative;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 1250px;
    width: 100%;
    text-align: center;
}

.post-header-content .social-btns {
    margin: auto;
}

.post-header-title h1 {
    font-weight: 200;
    font-size: clamp(26px, 5vmin, 48px);
    line-height: 100%;
    margin-bottom: 0;
}

.post-header-date {
    text-transform: uppercase;
    font-size: 0.8rem;
}

.whitehall-case-study {
    padding: 1.6rem;
    min-height: 315px;
    position: relative;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.whitehall-case-study:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(38, 38, 105, .65);
    z-index: 1;
}

.case-studies-archive h1 {
    text-align: center;
}

.whitehall-case-study-top-content,
.whitehall-case-study-bottom-content {
    z-index: 2;
    position: relative;
}

.whitehall-case-case-study-content h4 {
    font-size: 24px;
}

.whitehall-case-study-bottom-content {
    position: absolute;
    bottom: 1.6rem;
    left: 1.6rem;
    width: calc(100% - 3.2rem);
}

.whitehall-case-study-read-more a,
.whitehall-case-study-featured-read-more a {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
}

.whitehall-case-study-read-more a img,
.whitehall-case-study-featured-read-more a img {
    width: 24px;
    height: 21px;
}

.case-studies-slider-header p {
    font-size: 24px !important;
}

.case-studies-slider {
    overflow: visible !important;
}

.case-studies-slider.grid-layout .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6rem;
}

.whitehall-case-study-featured {
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 1.6rem;
    margin-bottom: 1.6rem;
    min-height: 50vh;
    display: flex;
    align-items: flex-end;
    width: 100%;
}

.whitehall-case-study-featured:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(38, 38, 105, .65);
    z-index: 1;
}

.whitehall-case-study-featured-content {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 1rem;
    align-items: flex-end;
    width: 100%;
}

.whitehall-case-study-featured-left {
    width: 50%;
}

.whitehall-case-study-featured-right {
    width: 50%;
    margin-left: auto;
}

.whitehall-case-study-featured-read-more, .whitehall-case-study-read-more {
    width: fit-content;
    margin-left: auto;
}

@media screen and (max-width: 660px) {
    .case-studies-slider .swiper-wrapper {
        grid-template-columns: 1fr !important;
    }

    .case-studies-archive {
        padding: 1.6rem !important;
    }
}

@media screen and (min-width: 661px) and (max-width: 1280px) {
    .case-studies-slider .swiper-wrapper {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .case-studies-archive {
        padding: 1.6rem !important;
    }
}