/*
Theme Name: Scholes
Author: JE Consulting
Author URI: https://www.je-consulting.co.uk/
Version: 1.0.0
*/
.SliderBannerMaskItem {
    height: auto;
    width: 100%;
    float: none;
    min-height: 377px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
/*
.SliderBannerMask .slick-track {
	display: flex;
	height: 100%;
}
*/
.SliderBannerMask .slick-list {
    height: 100%;
}
header {
    padding: 20px 0;
}
.HomeContactNo {
    color: #fff;
    font-weight: 400;
    font-family: 'Manrope';
    margin: 0px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.HomeContactNo a {
    color: inherit;
}
.HeaderContainer {
    background-image: url('img/Scholes-Background.png');
    background-position: center center;
    background-size: cover;
}
.SeachIcon i {
    background-color: #fff;
    border-radius: 50%;
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--secondary);
    cursor: pointer;
    transition: all .5s ease-in-out;
}
.SeachIcon i:hover {
    background-color: #000;
    color: #fff;
}
header nav {
    display: flex;
    align-items: center;
    gap: 10px;
}
nav .menu-main-menu-container {
    margin-right: 25px;
}
.HeaderContainer .Banner {
    display: flex;
    gap: 50px;
    margin-top: 75px;
    padding-bottom: 100px;
}
/*
.home .HeaderContainer .Banner .LeftColumn {
	width: 100%;
	max-width: 400px;
}
*/
.home .HeaderContainer .Banner h1 {
    margin: 20px 0 40px 0;
    background: unset;
    color: #fff;
    -webkit-text-fill-color: unset;
}
.home .HeaderContainer .Banner h1 span {
    font-weight: 800;
    color: var(--primary);
    display: block;
    font-size: 3.6rem;
}
.BannerButtonWrap {
    display: flex;
    gap: 10px;
}
.home .HeaderContainer .Banner .LeftColumn hr {
    border-color: rgba(255, 255, 255, .55);
    margin: 40px 0;
}
.OfficeListTitle {
    color: #fff;
    font-weight: 700;
    font-family: 'Manrope';
    display: flex;
    align-items: center;
    gap: 10px;
}
.home .HeaderContainer .Banner .LeftColumn ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.home .HeaderContainer .Banner .LeftColumn ul li {
    color: #fff;
    font-size: 1.125rem;
    font-family: 'Manrope';
    font-weight: 600;
}
footer {
    background-image: url('img/Scholes-Background.png');
    background-position: center center;
    background-size: cover;
    padding: 100px 0;
}
footer p {
    color: #fff;
    font-family: 'Manrope';
}
.FooterRowOne {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.FooterTitle {
    color: var(--primary);
    font-weight: 700;
    font-size: 1.625rem;
}
.FooterSocial {
    display: flex;
    gap: 10px;
    align-items: center;
}
.FooterSocial p {
    margin-bottom: 0;
    margin-right: 15px;
}
.FooterIcon {
    color: var(--secondary);
    background-color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 16px;
}
.FooterIcon:hover {
    background-color: var(--primary);
    color: #fff;
}
.FooterRowTwo .row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 50px;
}
.FooterRowTwo .row p {
    margin-bottom: 0;
    margin-right: 15px;
}
.FooterMainTitle {
    font-size: 2rem;
    color: var(--primary);
}
.FooterMainTitle strong {
    color: #fff;
    font-weight: 800;
}
.FooterSocial .FooterIcon {
    font-size: 20px;
}
.FooterRowOne, .FooterRowTwo {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.FooterAddressWrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
}
.FooterAddressTitle {
    font-weight: 800;
    font-size: 1.25rem;
}
.FooterSubTitle {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--primary);
}
.FooterRowThree {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.FooterRowThree div:nth-child(2) {
    text-align: right;
}
.FooterRowThree div:nth-child(2) a {
    color: #fff;
}
.FooterRowThree div:nth-child(2) a:hover {
    opacity: .7;
}
.DoubleBoxedLink ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
}
.BoxedLink ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
.DoubleBoxedLink ul, .BoxedLink ul {
    padding: 0;
    list-style-type: none;
    gap: 10px;
}
.DoubleBoxedLink ul a, .BoxedLink ul a {
    display: block;
    background-color: var(--secondary);
    border-radius: 50px;
    padding: 10px 15px;
    color: #fff;
    position: relative;
}
.BoxedLink ul a {
    padding: 17px 20px 15px 20px;
    border-radius: 20px;
}
.DoubleBoxedLink ul a i, .BoxedLink ul a i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    color: var(--secondary);
    border-radius: 50px;
    width: 45px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease-in-out;
}
.DoubleBoxedLink ul a:hover, .BoxedLink ul a:hover {
    background-color: var(--primary);
}
.DoubleBoxedLink ul a:hover i, .BoxedLink ul a:hover i {
    color: var(--primary);
}
.BoxedLink ul a strong {
    display: block;
    font-size: 1.25rem;
    line-height: 1.2em;
}
.HomeFeature {
    background-image: url('/wp-content/uploads/2026/07/Torry-Battery-scaled.jpg');
    padding: 50px 0 100px 0;
    background-position: 0% 41%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.HomeFeature::after {
    display: block;
    content: "";
    width: 105%;
    background-color: #fff;
    height: 100px;
    border-radius: 50%;
    bottom: -49px;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
}
.HomeFeature p {
    color: #fff;
}
.HomeFeature p {
    border-color: var(--primary);
}
.HomeNews {
    padding: 50px 0;
    display: grid;
    grid-template-columns: 39% auto;
    gap: 30px;
}
.HN-CTA, .HN-Item {
    border-radius: 20px;
    padding: 30px;
    min-height: 500px;
}
.HN-CTA {
    background-image: url('/wp-content/uploads/2026/07/Experts-BG-scaled.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.HN-CTA .h3 {
    color: #fff;
    background: unset;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}
.HN-CTA .h3 i {
    color: var(--primary);
    margin-left: 15px;
}
.HN-Item {
    background: #005F4B;
    background: linear-gradient(135deg, rgba(0, 95, 75, 1) 0%, rgba(180, 200, 90, 1) 100%);
    margin-right: 30px;
    height: auto;
    min-height: unset;
    float: none;
}
.HN-Slider .slick-track {
    display: flex;
}
.HN-Item p {
    color: #fff;
}
.HN-Title {
    font-size: 1.625rem;
}
.MarginLeft {
    --container-width: var(--container);
    --container-margin: 20px;
    --container-left: max(var(--container-margin), calc((100vw - var(--container-width)) / 2 + var(--container-margin)));
    margin-left: var(--container-left);
}
.HN-Slider {
    display: flex;
    overflow: hidden;
}
.HN-Slider .slick-list {
    padding: 0 100px 0 0 !important;
}
.HN-ButtonInner {
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    padding-bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.HN-Arrows, .HT-Arrows {
    display: flex;
    align-items: center;
    gap: 10px;
}
.HN-Arrows i, .HT-Arrows i {
    background-color: #000;
    border-radius: 50px;
    width: 42px;
    height: 28px;
    font-size: 18px;
    color: rgba(255, 255, 255, .55);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease-in-out;
    cursor: pointer;
}
.HN-Arrows i:hover, .HT-Arrows i:hover {
    color: var(--primary);
}
.HomeTestimonials {
    padding: 100px 0;
}
.HT-Inner .slick-list {
    padding: 0 100px 0 0 !important;
}
.HT-Item {
    background: #005F4B;
    background: linear-gradient(135deg, rgba(0, 95, 75, 1) 0%, rgba(180, 200, 90, 1) 100%);
    border-radius: 20px;
    padding: 30px;
    margin-right: 30px;
    height: auto;
    min-height: unset;
    float: none;
}
.HT-Slider .slick-track {
    display: flex;
}
.HT-Item p, .HT-Item i {
    color: #fff;
}
.HT-Date {
    opacity: .45;
    margin-bottom: 10px;
    font-size: .9rem;
}
.HT-Title {
    margin-bottom: 10px;
}
.HT-Links {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.HT-Slider {
    margin-bottom: 50px;
    margin-top: 50px;
}
.HT-ButtonInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.HomeContact .container {
    display: grid;
    grid-template-columns: 70% auto;
    gap: 30px;
}
.HomeForm {
    padding: 2px;
    overflow: hidden;
    border-radius: 20px;
}
.HomeFormInner {
    background-color: #fff;
    padding: 30px;
    border-radius: 18px;
}
.HomeFormInner .gform_wrapper.gravity-theme .gform_footer {
    padding: 0;
}
.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield textarea.large {
    background-color: rgba(188, 205, 209, .20);
    border: 0;
}
#input_1_6 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
#input_1_6 .gchoice.gchoice_1_6_3 .gform-field-label {
    max-width: unset;
}
body .gform_wrapper.gravity-theme .gfield_label {
    color: var(--secondary);
}
body .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 100px;
    min-height: 100px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}
.HomeFormImage {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    position: relative;
}
.HomeFormImage img, .CTAGravityFrom .wpb_column:nth-child(2) .vc_column-inner img {
    position: absolute;
    bottom: 30px;
    width: 250px;
    right: -45px;
}
body .gform_wrapper.gravity-theme #field_submit {
    display: block;
    text-align: right;
}
.LogoSlider img {
    max-height: 90px;
    margin-right: 50px;
    max-width: 200px;
}
.LogoSlider .slick-track {
    display: flex;
    align-items: center;
}
.LogoSliderWrap {
    margin-bottom: 100px;
}
.page .LogoSliderWrap {
    padding-top: 100px;
}
.SmallGreenIcon, .SmallWhiteIcon {
    margin-bottom: 0 !important;
}
.SmallWhiteIcon::after {
    background-image: url('/wp-content/uploads/2026/07/Small-Scholes-White-Icon.png');
}
.SmallGreenIcon::after {
    background-image: url('/wp-content/uploads/2026/07/Small-Scholes-Green-Icon.png');
}
.SmallWhiteIcon::after, .SmallGreenIcon::after {
    content: "";
    width: 40px;
    height: 30px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 30px;
    right: 30px;
    z-index: 7;
}
.ImgRadius img, .ColumnRadius > .vc_column-inner {
    border-radius: 20px;
}
.page .Banner h1, .single .Banner h1 {
    color: #fff;
    background: unset;
    -webkit-text-fill-color: unset;
}
.LeftColumn.Page h1 {
    margin-bottom: 0;
}
.HeaderSubTitle {
    color: var(--primary);
    font-size: 3rem;
}
.BannerText p {
    color: #fff;
}
.PageWrap .wpb-content-wrapper > .vc_row {
    padding-top: 75px;
    padding-bottom: 75px;
}
.PageWrap .wpb-content-wrapper > .vc_row:last-child {
    padding-bottom: 0;
}
.page .HomeContact {
    padding-top: 100px;
}
.ColummGapRow {
    gap: 40px;
}
.ColummGapRow .wpb_column {
    width: unset;
    flex: 1 1 0px;
}
.CurvedBottom {
    position: relative;
}
.CurvedBottom::after {
    content: "";
    width: calc(100% + 20px);
    height: 100px;
    background-color: #fff;
    position: absolute;
    bottom: -50px;
    left: -10px;
    border-radius: 50%;
}
.CurvedBottomImg::before {
    content: "";
    width: 100%;
    padding-bottom: 100%;
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
}
.CTAGravityFrom .wpb_column:first-child .wpb_wrapper .gform_wrapper, .ContactPageForrm .wpb_column:first-child .wpb_text_column {
    background-color: #fff;
    padding: 30px;
    border-radius: 18px;
    margin: 0;
}
.CTAGravityFrom .wpb_column:first-child .wpb_wrapper, .ContactPageForrm .wpb_column:first-child > .vc_column-inner > .wpb_wrapper {
    padding: 2px;
    overflow: hidden;
    border-radius: 20px;
    background: #005F4B;
    background: linear-gradient(135deg, rgba(0, 95, 75, 1) 0%, rgba(180, 200, 90, 1) 100%);
}
.ContactPageForrm .wpb_column:last-child .wpb_wrapper, .ContactPageForrm .wpb_column:last-child .wpb_raw_code {
    height: 100%;
}
.ContactPageForrm .wpb_column:last-child > .vc_column-inner > .wpb_wrapper {
    border-radius: 20px;
    overflow: hidden;
}
.ContactPageForrm .wpb_column:last-child .wpb_text_column ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    list-style-type: none;
    margin: 0;
    padding: 0;
    gap: 20px;
}
.ContactPageForrm .wpb_column:last-child .wpb_text_column ul a {
    display: block;
    background-color: var(--secondary);
    border-radius: 50px;
    padding: 10px 55px 10px 15px;
    color: #fff;
    position: relative;
}
.ContactPageForrm .wpb_column:last-child .wpb_text_column ul a:hover {
    background-color: var(--primary);
}
.ContactPageForrm .wpb_column:last-child .wpb_text_column ul a i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    color: var(--secondary);
    border-radius: 50px;
    width: 45px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease-in-out;
}
.ContactPageForrm .wpb_column.NotMap > .vc_column-inner > .wpb_wrapper {
    border-radius: 0px;
    overflow: hidden;
}
.CTAGravityFrom .wpb_column:nth-child(2) .vc_column-inner {
    border-radius: 20px;
    position: relative;
}
.ContactPageForrm .gform_wrapper.gravity-theme .gform_footer {
    padding: 0;
}
.PageTitleWrap .LeftColumn p a {
    color: #fff;
}
.SidebarBox {
    margin-bottom: 0 !important;
    position: relative;
}
.RemoveFloat .SidebarWrap {
    position: relative;
}
.SidebarWrap {
    position: absolute;
    top: 0;
    z-index: 777;
    box-sizing: border-box;
}
.SidebarWrap * {
    box-sizing: border-box;
}
.Sidebar {
    background: #005F4B;
    background: linear-gradient(135deg, rgba(0, 95, 75, 1) 0%, rgba(180, 200, 90, 1) 100%);
    border-radius: 20px;
    padding: 30px 30px 100px 30px;
    position: relative;
}
.Sidebar::after {
    content: "";
    background-image: url('/wp-content/uploads/2026/07/Scholes-White-Icon.png');
    width: 140%;
    height: 400px;
    display: block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    top: 50%;
    right: -60px;
    z-index: 0;
    opacity: .2;
}
.SidebarInner {
    position: relative;
    z-index: 1;
}
.Sidebar p, .Sidebar li, .Sidebar a {
    color: #fff;
}
.SidebarOpening {
    font-size: 1.625rem;
    font-family: 'Manrope';
    line-height: 1.4em;
}
.SidebarOpening strong {
    color: var(--primary);
}
.SidebarSecond {
    font-size: 1.25rem;
    font-weight: 700;
}
.Sidebar svg {
    margin-bottom: 20px;
}
.Sidebar ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.Sidebar ul li a {
    display: block;
    padding: 12px 40px 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    position: relative;
}
.Sidebar ul li a:hover i {
    background-color: var(--secondary);
    color: #fff;
}
.Sidebar ul li:last-child a {
    border-bottom: 0;
    padding-bottom: 0;
}
.Sidebar ul li a i {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: var(--secondary);
    background-color: #fff;
    border-radius: 50px;
    width: 40px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease-in-out;
}
.Sidebar ul li:last-child a i {
    top: 17px;
    transform: unset;
}
.SidebarExist {
    z-index: 777;
    position: relative;
}
.PageTitleWrap .BannerMask {
    mask-image: url('img/Cutout.svg');
    mask-repeat: no-repeat;
    mask-position: 0px 100%;
    mask-size: contain;
    background-color: var(--secondary);
    overflow: hidden;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 377px;
    position: relative;
}
.PageTitleWrap.WithFeaturedImg {
    display: grid;
    grid-template-columns: 50% auto;
    gap: 50px;
    align-items: center;
}
.PageTitleWrap .RightColumnInner a {
    position: absolute;
    bottom: 7px;
    left: 7px;
}
.RightColumnInner {
    position: relative;
}
.Sidebar .ButtonWrap::after {
    content: "";
    position: absolute;
    height: 63px;
    width: 30px;
    background-color: transparent;
    border-bottom-right-radius: calc(33px + 2px);
    box-shadow: 0px 30px 0 0 #F5F5F7;
    z-index: -1;
    left: -42px;
    bottom: 0px;
    z-index: 99;
}
.SidebarWrap.WhiteSidebar .Sidebar .ButtonWrap::before, .SidebarWrap.WhiteSidebar .Sidebar .ButtonWrap::after {
    box-shadow: 0px 30px 0 0 #fff;
}
.SidebarWrap.WhiteSidebar .Sidebar .ButtonWrap {
    border-color: #fff;
    background-color: #fff;
}
.Sidebar .ButtonWrap::before {
    content: "";
    position: absolute;
    height: 60px;
    width: 27px;
    background-color: transparent;
    border-bottom-right-radius: calc(33px + 2px);
    box-shadow: 0px 30px 0 0 #F5F5F7;
    z-index: -1;
    right: 0;
    top: -75px;
    z-index: 5;
}
.Sidebar .ButtonWrap {
    position: absolute;
    right: -15px;
    bottom: -15px;
    border: 15px solid #F5F5F7;
    background-color: #F5F5F7;
    border-radius: 30px 0 0 0;
}
.Sidebar .ButtonWrap .Button {
    position: relative;
    z-index: 8;
}
.PostSidebar .Sidebar .ButtonWrap {
    border-color: #fff;
    background-color: #fff;
}
.PostSidebar .Sidebar .ButtonWrap::after, .PostSidebar .Sidebar .ButtonWrap::before {
    box-shadow: 0px 30px 0 0 #fff;
}
.team-grid .team-member {
    background: #005F4B;
    background: linear-gradient(135deg, rgba(0, 95, 75, 1) 0%, rgba(180, 200, 90, 1) 100%);
    border-radius: 30px;
    overflow: hidden;
    padding-bottom: 30px;
    height: 100%;
}
.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 20px;
}
.team-member-content {
    padding: 15px 25px 25px 25px;
}
.team-member-name, .event-title, .sub-page-title, .GradientBox-title {
    font-size: 1.625rem;
    line-height: 1.4em;
    margin-bottom: 0;
}
.GradientBox-title {
    margin-bottom: 20px;
}
.sub-page-title {
    margin-bottom: 20px;
}
.sub-page-title a {
    color: #fff;
}
.sub-page-title a:hover {
    opacity: .4;
}
.sub-page-item {
    height: 100%;
}
.team-member-name a, .event-title a, .GradientBox-title a {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.2em;
}
.team-member-photo a {
    display: block;
    width: 100%;
    background-position: center center;
    background-size: cover;
}
.team-member-photo a::after {
    content: "";
    padding-bottom: 100%;
    display: block;
}
.team-member-profile {
    position: relative;
}
.team-member-profile .TeamButtonWrap {
    position: absolute;
    right: -10px;
    bottom: -10px;
    border: 10px solid #F5F5F7;
    border-top-color: rgb(245, 245, 247);
    border-right-color: rgb(245, 245, 247);
    border-bottom-color: rgb(245, 245, 247);
    border-left-color: rgb(245, 245, 247);
    background-color: #F5F5F7;
    border-radius: 30px 0 0 0;
}
.team-member-profile .TeamButtonWrap::before {
    content: "";
    position: absolute;
    height: 60px;
    width: 27px;
    background-color: transparent;
    border-bottom-right-radius: calc(33px + 2px);
    box-shadow: 0px 30px 0 0 #F5F5F7;
    z-index: -1;
    right: 0;
    top: -70px;
    z-index: 5;
}
.team-member-profile .TeamButtonWrap::after {
    content: "";
    position: absolute;
    height: 60px;
    width: 27px;
    background-color: transparent;
    border-bottom-right-radius: calc(33px + 2px);
    box-shadow: 0px 30px 0 0 #F5F5F7;
    z-index: -1;
    left: -36px;
    bottom: 0px;
    z-index: 99;
}
.TeamButtonWrap .Button {
    z-index: 8;
}
.ViewProfile {
    position: absolute;
    bottom: 15px;
    left: 25px;
    color: #fff;
}
.team-profile-banner {
    display: block;
    width: 100%;
    border-radius: 20px;
    background-position: center center;
    background-size: cover;
}
.team-profile-banner:after {
    content: "";
    padding-bottom: 100%;
    display: block;
}
.PageTitleWrap.TeamProfileWrap {
    display: grid;
    grid-template-columns: 70% auto;
    gap: 50px;
    align-items: center;
}
.PostWrap {
    padding: 100px 0;
}
.HeaderSubTitle.HeaderSubSmall {
    font-size: 2rem;
}
.events-loop-container, .sub-pages-container, .GradientBoxGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 20px;
}
.eventWrap article, .sub-pages-wrap article, .GradientBoxGrid article {
    border-radius: 30px;
    overflow: hidden;
    padding: 30px 30px 52px 30px;
}
.GradientBoxGrid article {
    height: 100%;
}
.eventWrap, .sub-pages-wrap, .GradientBoxGridWrap {
    position: relative;
}
.FloatingButtonWrap {
    position: absolute;
    right: -10px;
    bottom: -10px;
    border: 10px solid #F5F5F7;
    background-color: #F5F5F7;
    border-radius: 30px 0 0 0;
}
.sub-page-item h3, .sub-page-item p {
    color: #fff;
}
.FloatingButtonWrap .Button {
    z-index: 7;
}
.FloatingButtonWrap::after, .FloatingButtonWrap::before {
    content: "";
    position: absolute;
    height: 60px;
    width: 27px;
    background-color: transparent;
    border-bottom-right-radius: calc(33px + 2px);
    box-shadow: 0px 30px 0 0 #F5F5F7;
}
.FloatingButtonWrap::before {
    right: 0;
    top: -70px;
    z-index: 5;
}
.FloatingButtonWrap::after {
    left: -36px;
    bottom: 0px;
    z-index: 99;
}
.eventWrap p, .GradientBoxGrid p, .GradientBoxGrid li {
    color: #fff;
}
.event-date {
    margin: 10px 0;
}
.LargeLi li {
    color: var(--secondary);
    font-size: 120%;
    position: relative;
}
.LargeLi ul {
    margin: 0 0 10px 0;
    list-style-type: none;
}
.LargeLi li::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    background-color: var(--primary);
    position: absolute;
    top: 10px;
    left: -20px;
}
.single-career .PageWrap.MainWrap {
    padding: 75px 0;
}
.success-stories-list-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}
.success-stories-list-grid .success-story-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background-color: var(--secondary);
}
.success-stories-list-grid .success-story-item-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('https://scholes.je-hosting.co.uk/wp-content/uploads/2026/08/Garson-Farms-Ltd.jpg');
    position: relative;
    /*
     Fades the image out to transparent on the right 
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
*/
}
.success-story-item-bg::after {
    --dimensions: 300px;
    content: "";
    background-image: url('/wp-content/uploads/2026/08/Scholes-Green-Icon.png');
    height: var(--dimensions);
    display: block;
    width: var(--dimensions);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    max-height: 80%;
}
.success-stories-list-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.success-story-item-inner {
    padding: 30px 30px 60px 30px;
}
.success-story-title a {
    color: #fff;
}
.success-sub-title p {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 20px;
}
.success-sub-title {
    margin-bottom: 20px;
}
.success-stories-list-wrap:nth-child(2n) .success-story-item .success-story-item-bg {
    order: 2;
}
.success-stories-list-wrap:nth-child(2n) .success-story-item .success-story-item-inner {
    order: 1;
}
.success-stories-list-wrap:nth-child(2n) .success-story-item .success-story-item-bg:after {
    right: unset;
    left: -18px;
}
h1.postTitle {
    font-size: 2.5rem;
}
.PostDate {
    color: var(--primary);
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 0px;
}
.Author p {
    color: #fff;
}
.Author {
    display: flex;
    align-items: center;
}
.AuthorPhoto {
    width: 50px;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 20px;
    border-radius: 50%;
}
.PostInnerWrap {
    padding: 75px 0;
}
.PostInnerWrap .container {
    display: grid;
    grid-template-columns: auto 25%;
    column-gap: 30px;
}
.custom-posts-pagination {
    text-align: center;
    margin-top: 75px;
}
.HomeBannerWrap .HomeBannerImg {
    mask-image: url('img/Subtract.svg');
    mask-repeat: no-repeat;
    mask-position: top right;
    mask-size: contain;
    background-color: var(--secondary);
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100%;
    margin-bottom: 0;
    min-height: 500px;
}
.HomeBannerWrap .RightColumn {
    width: 100%;
    position: relative;
}
.HomeBannerWrap {
    display: grid;
    grid-template-columns: 32% 63%;
    gap: 5%;
}
.HomeBannerImgSlide {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    float: none !important;
}
.HomeBannerWrap .slick-list.draggable {
    height: 100%;
}
.HomeBannerWrap .slick-track {
    display: flex;
    height: 100%;
}
.HomeBannerArrows .fa-chevron-right.slick-arrow {
    right: 0;
}
.HomeBannerArrows .fa-chevron-left.slick-arrow {
    right: 50px;
}
.HomeBannerArrows .slick-arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(-50%);
    background-color: #fff;
    color: var(--secondary);
    border-radius: 50px;
    width: 45px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease-in-out;
    cursor: pointer;
}
.HomeBannerArrows .slick-arrow:hover {
    background-color: var(--secondary);
    color: #fff;
}
.HomeBannerDots .slick-dots li button::before {
    content: "";
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.HomeBannerDots li.slick-active button::before {
    background-color: var(--primary);
}
.HomeBannerDots li {
    width: 10px;
    height: 10px;
    margin: 0;
}
.HomeBannerDots li button {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}
.HomeBannerDots .slick-dots {
    bottom: 12px;
    text-align: unset;
    width: auto;
    right: 145px;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 5px;
}
.MobileNavIcon{
    display: none;
}
.MobileNavIcon i {
	color: #fff;
	font-size: 26px;
}
.SeachIcon {
	display: none;
}
/* Resonsive Code */
/* Device = Laptops, Desktops */
@media (min-width: 1025px) and (max-width: 1280px) {}
/* Device = Tablets, Ipads (portrait) */
@media (min-width: 768px) and (max-width: 1024px) {}
/* Device = Tablets, Ipads (landscape) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {}
/* Device = Low Resolution Tablets, Mobiles (Landscape) */
@media (min-width: 481px) and (max-width: 767px) {
    .HomeBannerWrap {
        display: block;
    }
    .HomeBannerWrap .RightColumn {
        display: none;
    }
    nav ul.menu {
        display: none; 
        position: absolute;
        left: 0;
        top: 100%;
        background-color: var(--primary);
        width: 100%;
    }
    .DoubleBoxedLink ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .FooterRowOne {
        flex-wrap: wrap;
    }
    .FooterAddressWrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .HomeNews {
        grid-template-columns: repeat(1, 1fr);
    }
    .HN-Slider .slick-list, .HT-Inner .slick-list {
        padding: 0 !important;
    }
    .HN-Slider {
        overflow: hidden;
    }
    .HN-Item, .HT-Item {
        margin-right: 0;
    }
    .HomeNews, .HomeTestimonials {
        padding: 0 20px;
        margin-bottom: 30px;
    }
    .MarginLeft {
        margin-left: unset;
    }
    .HT-ButtonInner {
        flex-wrap: wrap;
    }
    .HomeFormImage {
        display: none;
    }
    .HomeContact .container {
        display: block;
    }
    .BannerButtonWrap {
        flex-wrap: wrap;
    }
    .page .Banner .RightColumn {
        display: none;
    }
    .PageTitleWrap.WithFeaturedImg {
        display: block;
    }
    .SidebarWrap {
	position: relative;
}
    .Sidebar .ButtonWrap{
        border: 15px solid #fff;
        background-color: #fff;
    }
    .Sidebar .ButtonWrap::before, .Sidebar .ButtonWrap::after {
        box-shadow: 0px 30px 0 0 #fff;
    }
    .HeaderSubTitle.HeaderSubSmall {
        font-size: 1.6rem;
    }
    nav > .Button.ButtonWhiteAlt {
        display: none;
    }
    header {
        position: relative;
    }
    nav ul.menu a {
        width: 100%;
        display: block;
        padding: 0 10px;
    }
    nav ul.menu a i {
        padding: 7px;
    }
    .MobileNavIcon{
        display: block;
    }
    nav ul.sub-menu {
        position: relative;
        background-color: var(--secondary);
        border-radius: 0;
    }
    .events-loop-container, .sub-pages-container, .GradientBoxGrid{
        grid-template-columns: repeat(1, 1fr);
    }
    .PostInnerWrap .container {
        display: block;
    }
}
/* Device = Most of the Smartphones Mobiles (Portrait) */
@media (min-width: 320px) and (max-width: 480px) {
    .HomeBannerWrap {
        display: block;
    }
    .HomeBannerWrap .RightColumn {
        display: none;
    }
    nav ul.menu {
        display: none; 
        position: absolute;
        left: 0;
        top: 100%;
        background-color: var(--primary);
        width: 100%;
    }
    .DoubleBoxedLink ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .FooterRowOne {
        flex-wrap: wrap;
    }
    .FooterAddressWrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .HomeNews {
        grid-template-columns: repeat(1, 1fr);
    }
    .HN-Slider .slick-list, .HT-Inner .slick-list {
        padding: 0 !important;
    }
    .HN-Slider {
        overflow: hidden;
    }
    .HN-Item, .HT-Item {
        margin-right: 0;
    }
    .HomeNews, .HomeTestimonials {
        padding: 0 20px;
        margin-bottom: 30px;
    }
    .MarginLeft {
        margin-left: unset;
    }
    .HT-ButtonInner {
        flex-wrap: wrap;
    }
    .HomeFormImage {
        display: none;
    }
    .HomeContact .container {
        display: block;
    }
    .BannerButtonWrap {
        flex-wrap: wrap;
    }
    .page .Banner .RightColumn {
        display: none;
    }
    .PageTitleWrap.WithFeaturedImg {
        display: block;
    }
    .SidebarWrap {
	position: relative;
}
    .Sidebar .ButtonWrap{
        border: 15px solid #fff;
        background-color: #fff;
    }
    .Sidebar .ButtonWrap::before, .Sidebar .ButtonWrap::after {
        box-shadow: 0px 30px 0 0 #fff;
    }
    .HeaderSubTitle.HeaderSubSmall {
        font-size: 1.6rem;
    }
    nav > .Button.ButtonWhiteAlt {
        display: none;
    }
    header {
        position: relative;
    }
    nav ul.menu a {
        width: 100%;
        display: block;
        padding: 0 10px;
    }
    nav ul.menu a i {
        padding: 7px;
    }
    .MobileNavIcon{
        display: block;
    }
    nav ul.sub-menu {
        position: relative;
        background-color: var(--secondary);
        border-radius: 0;
    }
    .events-loop-container, .sub-pages-container, .GradientBoxGrid{
        grid-template-columns: repeat(1, 1fr);
    }
    .PostInnerWrap .container {
        display: block;
    }
    .success-stories-list-grid .success-story-item, .team-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}