/*
Theme Name: click5 Interactive Theme
Theme URI: https://www.click5.com/
Author: click5 Interactive
Author URI: https://www.click5.com/
Description: click5 Interactive WordPress Theme
Version: 3.0.17
*/

:root {
    --main: rgba(220, 87, 22, 1);
}

/* HEADER */

.header {
    width: 100%;
    background-color: #FFF;
    transition: all .3s;
}
.header.hello-bar {
    top: 39px;
}

.header__logo {
    padding: 20px 0 20px 25px;
}
.header__l {
    width: 266px;
    height: auto;
    transition: all .3s;
}

.header__top {
    position: relative;
    padding: 11px 50px 12px 0;
    background-color: #222227;
}
.header__top::before {
    content: "";
    display: block;
    width: 200px;
    height: 100px;
    background-color: #222227;
    border-bottom-left-radius: 200px;
    position: absolute;
    top: -41px; left: -95px;
    z-index: -1;
}

.google-logo {
    width: auto;
    height: 20px;
}
.google-score {
    position: relative;
    top: -1px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0 8px;
    margin: 0;
}
.google-reviews {
    position: relative;
    top: -1px;
    color: #fff;
    font-family: "PraxisNextCn";
    font-size: 15px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0 0 0 10px;
    margin: 0;
}

.top-links {
    list-style: none;
    padding: 0; 
    margin: 0;
    display: flex;
    justify-content: flex-end;
}
.top-links li {
    position: relative;
    padding: 0 16px 0 15px;
}
.top-links li:after {
    content: '|';
    color: rgba(255, 255, 255, .4);
    position: absolute;
    right: -1px;
    top: -1px;
}
.top-links li:first-child {
    padding-left: 0;
}
.top-links li:last-child {
    padding-right: 0;
}
.top-links li:last-child:after {
    display: none;
}
.top-links li a {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.top-links li a:hover {
    color: rgba(255, 255, 255, .75);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.search-form {
    display: flex;
}
.search-form__input {
    min-width: 220px;
    color: #fff;
    font-size: 14px;
    padding: 6px 14px 7px 14px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .65);
    border-right-width: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.search-form__input:focus {
    outline: none;
    box-shadow: unset;
    border-color: #fff;
}
.search-form__btn {
    color: #fff;
    padding: 0 12px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .65);
    border-left-width: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.search-form__input:focus ~ .search-form__btn {
    border-color: #fff;
}

.header__bottom {
    padding: 10px 50px 10px 5px;
}

.header__lo {
    width: auto;
    height: 40px;
}
.header__proudpartner {
    padding: 0 30px 0 15px;
}
.header__pp {
    width: auto;
    height: 46px;
}
.header__h {
    color: #000;
    font-family: "PraxisNextCn";
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0 20px 0 10px;
    margin: 0;
}

.button {
    position: relative;
}
.button::before {
    content: "";
    height: inherit;
    vertical-align: middle;
    display: inline-block;
}

.button-book,
.button-phone {
    display: inline-block;
    width: 220px;
    height: 52px;
    color: #DC5716;
    font-size: 16px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    margin: 0;
    background-color: #fff;
    border: 2px solid #D3D2D2;
    border-radius: 10px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .05);
}
.button-book:hover {
    color: #DC5716;
    border-color: #DC5716;
}

.button-phone {
    color: #fff;
    margin-left: 12px;
    background-color: #000;
    border-color: #000;
}
.button-phone:hover {
    background-color: #fff;
}

/* NAVIGATION */

.navigation {
    position: sticky;
    top: 131px;
    background: #FF881B;
    background: linear-gradient(0deg, rgba(255, 136, 27, 1) 0%, rgba(220, 87, 22, 1) 100%);
    z-index: 1020;
}
.header.sticky ~ .navigation {
    box-shadow: 0 15px 25px rgba(0, 0, 0, .05);
}

/* HERO */

.hero {
    position: relative;
    height: 600px;
    background-color: #C5C5C5;
    background-size: cover;
    background-position: top right;
    z-index: 4;
}
.hero.hero--subpage {
    height: 445px;
    background-size: 55% auto;
    background-position: center right;
}

.hero::before {
    content: "";
    display: block;
    width: 60%;
    height: 100%;
    background: #FFF;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: 0; left: 0;
}
.hero.hero--subpage::before {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    background: #DC5716;
    background: linear-gradient(135deg, rgba(220, 87, 22, 1) 0%, rgba(255, 136, 27, 1) 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 145px) 100%, 0 100%);
    position: absolute;
    top: 0;
    left: 0;
    /* z-index: 4; */
}
.hero.hero--subpage::after {
    content: "";
    display: block;
    width: 235px;
    height: 100%;
    background-color: rgba(127, 42, 0, .7);
    clip-path: polygon(62% 0, 100% 0, 38% 100%, 0% 100%);
    position: absolute;
    top: 0;
    left: calc(55% - 240px);
    /* z-index: 4; */
}

.hero__content {
    position: relative;
    z-index: 4;
}
.hero__slogan {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.hero__title {
    color: #000;
    font-size: 55px;
    font-weight: 800;
    line-height: 56px;
    letter-spacing: 0;
    padding: 15px 0 25px 0;
    margin: 0;
}
.hero.hero--subpage .hero__slogan,
.hero.hero--subpage .hero__title {
    color: #fff;
}
.hero.hero--subpage .hero__title {
    padding: 25px 0 35px 0;
}
.hero__text {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0;
    padding: 0 0 40px 0;
    margin: 0;
}

.button-phone.button--hero {
    width: 275px;
    background: #DC5716;
    background: linear-gradient(135deg, rgba(220, 87, 22, 1) 0%, rgba(255, 136, 27, 1) 100%);
    background-size: 100%;
    border-color: transparent;
}
.hero.hero--subpage .button-phone.button--hero {
    background: #000;
}
.button-phone.button--hero:hover {
    color: #fff;
    background-size: 200%;
}
.hero.hero--subpage .button-phone.button--hero:hover {
    background: rgba(0, 0, 0, .7);
}

/* HEADLINE */

.headline__slogan {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.headline__title {
    color: #fff;
    font-size: 45px;
    font-weight: 800;
    line-height: 50px;
    letter-spacing: 0;
    padding: 20px 0 25px 0;
    margin: 0;
}
.headline__text {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0;
    padding: 10px 0 25px 0;
    margin: 0;
}


/* SERVICES */

.services {
    position: relative;
    padding-bottom: 155px;
    background-image: url("img/icons/icon-dark-texture.jpg");
    background-size: cover;
    background-position: top center;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 120px));
}

.services::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1;
}

.services > * {
    position: relative;
    z-index: 2;
}

.services__item {
    padding-top: 65px;
}
.services__item.col-auto {
    width: 20%;
}

.service-box {
    position: relative;
    display: block;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 18px;
}
.service-box__content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.service-box__content::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #DC5716;
    background: linear-gradient(0deg, rgba(220, 87, 22, 1) 0%, rgba(255, 136, 27, 1) 100%);
    border-radius: 18px;
    position: absolute;
    top: 0; left: 0;
    opacity: 0.5;
    transition: all .3s;
}
.service-box__content::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 18px;
    position: absolute;
    top: 0; left: 0;
    opacity: 1;
    transition: all .3s;
}
.service-box:hover .service-box__content::after {
    opacity: 0;
}
.service-box__icon {
    position: relative;
    width: 87px;
    height: 87px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -40px auto 0;
    background: #DC5716;
    background: linear-gradient(135deg, rgba(220, 87, 22, 1) 0%, rgba(255, 136, 27, 1) 100%);
    border: 6px solid #2E2E2E;
    border-radius: 50%;
    transition: all .3s;
    z-index: 9;
}
.service-box:hover .service-box__icon {
    background: #fff;
}
.service-box__icon img {
    filter: brightness(0) invert(1);
}
.service-box:hover .service-box__icon img {
    filter: unset;
}
.service-box__title {
    position: relative;
    color: #000;
    font-size: 33px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    padding: 25px 0 30px 0;
    margin: 0;
    z-index: 9;
}
.service-box:hover .service-box__title {
    color: #fff;
    text-shadow: 0 3px 12px #702601;
}
.service-box__button {
    padding-bottom: 30px;
}
.service-box__b {
    position: relative;
    display: inline-block;
    width: 165px;
    height: 45px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    background: #DC5716;
    background: linear-gradient(135deg, rgba(220, 87, 22, 1) 0%, rgba(255, 136, 27, 1) 100%);
    background-size: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .08);
    transition: all .3s;
    z-index: 9;
}
.service-box:hover .service-box__b {
    background-size: 200%;
}

/* CTA */

.cta {
    padding-top: 60px;
}
.cta__content,
.stats__content {
    position: relative;
    display: flex;
    align-items: center;
    padding: 40px 45px;
    border: 1px solid #595a5d;
    border-radius: 18px;
    overflow: hidden;
}
.cta__content::before,
.stats__content::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 18px;
    position: absolute;
    top: 0; left: 0;
    filter: blur(10px);
}
.cta__content > *,
.stats__content > * {
    position: relative;
    z-index: 4;
}
.cta__text {
    color: #fff;
    font-size: 33px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0 25px 0 0;
    margin: 0;
}
.cta__text span {
    color: #DC5716;
}

.services__worker {
    width: auto;
    height: 290px;
    position: absolute;
    top: 55px; right: 0;
}

/* ABOUT */

.about {
    position: relative;
}
.about::before {
    content: "";
    display: block;
    width: 100%;
    height: 175px;
    background-image: url('img/icons/icon-dark-texture.jpg');
    background-size: cover;
    clip-path: polygon(0 80%, 100% 0, 100% 100%, 0 100%);
    position: absolute;
    bottom: -1px; left: 0;
    z-index: -1;
}

.about .headline__slogan,
.about .headline__title {
    color: #000;
    padding-left: 45px;
}
.about__text {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: 0;
    padding: 0 0 35px 45px;
    margin: 0;
}

.about__item {
    padding-top: 12px;
}

.about-box {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 25px;
    background-color: #FCF0E1;
    border-radius: 11px;
}
.about-box__icon {
    width: 55px;
    text-align: center;
}
.about-box__text {
    width: calc(100% - 55px);
    color: #000;
    font-family: "PraxisNextCn";
    font-size: 18px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0;
    padding: 0 0 0 25px;
    margin: 0;
}
.about-box__text b,
.about-box__text strong {
    font-weight: 800;
}

.about__content {
    padding-top: 50px;
    padding-left: 80px;
}
.about__content p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0;
    padding: 0;
}

.about__photo {
    display: block;
    width: 140%;
    height: 400px;
    margin-top: 50px;
    background-size: 120%;
    background-position: center;
    border-radius: 200px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .15);
}

/* PROMO */

.promo {
    position: relative;
    background-image: url('img/icons/icon-dark-texture.jpg');
    background-size: cover;
}

.promo-slider {
    padding-top: 40px;
}
.promo .slick-track {
    display: flex !important;
}

.promo__item,
.reviews__item {
    height: inherit !important;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.promo__item.col-lg-6 {
    padding-top: 25px;
}

.promo-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 45px;
    background-color: #fff;
    border-radius: 16px;
    cursor: pointer;
}
.promo-box::before {
    content: "";
    display: block;
    width: 100%;
    height: 95px;
    background: #DC5716;
    background: linear-gradient(135deg, rgba(220, 87, 22, 1) 0%, rgba(255, 136, 27, 1) 100%);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    clip-path: polygon(0 50%, 100% 0, 100% 100%, 0 100%);
    position: absolute;
    bottom: 0; left: 0
}
.promo-box::after {
    content: "";
    display: block;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 3px dashed #CBCBCB;
    border-radius: 16px;
    position: absolute;
    top: 15px; left: 15px;
    transition: all .3s;
}
.promo-box:hover::after {
    border-color: #000;
}
.promo-box__top,
.promo-box__bottom {
    max-width: 80%;
}
.promo-box__title {
    color: #DC5716;
    font-size: 45px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.promo-box__subtitle {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
    padding: 10px 0 15px 0;
    margin: 0;
}
.promo-box__text {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
.promo-box__disclaimer {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 0;
    padding: 20px 0;
    margin: 0;
}
.promo-box__button {
    display: inline-block;
    width: 170px;
    height: 49px;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    padding: 0;
    margin: 0;
    background-color: #000;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .08);
}
.promo-box__logo {
    width: 80px;
    height: auto;
    position: absolute;
    top: 35px; right: 35px;
}

.promo .entry-content * {
    color: #fff;
}

.promo__worker {
    width: auto;
    height: 430px;
    position: absolute;
    bottom: 0; right: 0;
}

@media print {
    .header, .navigation, .hero, .services, .about, .why, .faq, .reviews, .contact, .areas, .footer, .promo__headline, .promo__item, .promo__item.printable .promo-box__button {
        display: none !important;
    }
    
    .promo__item.printable {
        display: block !important;
    }
}

@media print {
	.promo-slider,
	.promo-slider .slick-list,
	.promo-slider .slick-track {
		display: block !important;
		width: 100% !important;
		height: auto !important;
		transform: none !important;
		overflow: visible !important;
	}

	.promo-slider .slick-slide {
		display: none !important;
		float: none !important;
		width: 100% !important;
		height: auto !important;
	}

	.promo-slider .promo__item.printable {
		display: block !important;
	}
}

/* Slick arrows */

.promo-slider .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	width: 44px;
	height: 44px;
	background: transparent;
	border: 0;
	display: flex !important;
	align-items: center;
	justify-content: center;
	font-size: 0;
	padding: 0;
}

.promo-slider .slick-prev {
	left: -55px;
}

.promo-slider .slick-next {
	right: -55px;
}

.promo-slider .slick-arrow:before {
	content: none !important;
}

.promo-slider .slick-prev::after,
.promo-slider .slick-next::after {
	font-size: 56px;
	line-height: 1;
	color: #DC5716;
	position: relative;
	font-weight: 700;
	transition: .3s ease;
}

.promo-slider .slick-prev::after {
	content: '‹';
	left: -1px;
	top: -2px;
}

.promo-slider .slick-next::after {
	content: '›';
	left: 1px;
	top: -2px;
}

.promo-slider .slick-arrow:hover::after {
	opacity: .7;
}

@media (max-width: 1299px) {
	.promo-slider .slick-prev {
		left: -30px;
	}

	.promo-slider .slick-next {
		right: -30px;
	}
}

@media (max-width: 991px) {
	.promo-slider .slick-arrow {
		display: none !important;
	}
}

/* REVIEWS */

.reviews .c-1 {
    position: relative;
    margin-top: 15px;
    background-size: 60% auto;
    background-position: top -40px right;
}
.reviews .c-1::before {
    content: "";
    display: block;
    width: 55%;
    height: 490px;
    background: #DC5716;
    background: linear-gradient(135deg, rgba(220, 87, 22, 1) 0%, rgba(255, 136, 27, 1) 100%);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    position: absolute;
    top: 0; left: 0;
    z-index: 4;
}
.reviews .c-1::after {
    content: "";
    display: block;
    width: 100%;
    height: 40%;
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    bottom: 0; left: 0;
    z-index: 2;
}

.reviews__headline {
    position: relative;
    padding-top: 120px;
    padding-bottom: 215px;
    z-index: 6;
}

.reviews .c-2 {
    position: relative;
    padding-bottom: 235px;
    background-image: url('img/icons/icon-dark-texture.jpg');
    background-size: cover;
    background-position: top 170px center;
    background-repeat: no-repeat;
    clip-path: polygon(100% 0, 100% calc(100% - 175px), 50% 100%, 0 calc(100% - 175px), 0 0);

    z-index: 8;
}
.reviews .c-2::after {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 170px; left: 0;
    z-index: 2;
}

.reviews-slider {
    position: relative;
    margin-top: -170px;
    z-index: 10;
}
.reviews .slick-track {
    display: flex !important;
}
.reviews__item {
    height: inherit !important;
}

.review-box {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 16px;
}
.review-box__top {
    padding: 30px;
}
.review-box__top img {
    margin-bottom: 20px;
}
.review-box__top p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    padding: 0;
}
.review-box__top p:last-of-type {
    margin-bottom: 0;
}

.review-box__bottom {
    padding: 20px 30px;
    border-top: 3px solid #F0EFEF;
}
.review-box__client {
    color: #000;
    font-size: 16px;
    font-weight: 800;
    font-style: italic;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
.review-box__source {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F0EFEF;
    border-radius: 50%;
}
.review-box__source img {
    max-height: 35px;
}

/* STATS */

.stats {
    position: relative;
    padding-top: 50px;
    z-index: 10;
}
.stats__content {
    justify-content: flex-end;
    padding-right: 80px;
}

.stat-box {
    padding-left: 33px;
    padding-right: 33px;
}
.stat-box__value {
    color: var(--main);
    font-family: 'PraxisNextCn';
    font-size: 45px;
    font-style: italic;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
.stat-box__title {
    color: #D9D9D9;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    padding: 10px 0 0 0;
    margin: 0;
}
.stat-link {
    position: relative;
    color: #D9D9D9;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 4px;
    padding: 0;
    margin: 0 0 0 45px;
}
.stat-link::after {
    content: "\f061";
    font-family: 'Font Awesome 6 Free';
    font-size: 14px;
    position: absolute;
    top: 7px; right: -25px;
}
.stat-link:hover {
    color: #fff;
    text-decoration: none;
}

.stats__worker {
    width: auto;
    height: 160px;
    position: absolute;
    bottom: 0; left: 65px;
}

/* CONTACT */

.contact {
    position: relative;
    padding-bottom: 100px;
    margin-top: -175px;
}
.page-template-about .contact,
.page-template-reviews .contact,
.page-template-club .contact {
    padding-top: 50px;
    margin-top: 0 !important;
}
.contact__cars {
    width: 100%;
    max-width: 2600px;
    height: auto;
    max-height: 1500px;
    object-fit: cover;
    object-position: top center;
    margin: 0 auto;
    position: absolute;
    top: 0; left: 0;
}
.page-template-careers .contact__cars {
    max-height: 1000px;
}

.contact__content {
    position: relative;
    z-index: 8;
}
.contact__title {
    color: #000;
    font-size: 55px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 0;
    padding: 30px 0 0 0;
    margin: 0;
}
.contact__title span {
    color: var(--main);
}
.contact__text {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0;
    padding: 30px 0 45px 0;
    margin: 0;
}

/* SERVICE AREAS */

.areas {
    padding-bottom: 60px;
}
.areas__box {
    position: relative;
    padding: 60px 75px 80px 75px;
    background-image: url('img/aphe-areas.webp');
    background-size: auto;
    background-position: top right 45px;
    background-repeat: no-repeat;
    background-color: #242424;
    border-radius: 20px;
}
.areas__list {
    max-width: 600px;
    list-style: none;
    padding: 20px 0 0 0;
    margin: 0;
    columns: 4;
}
.areas__l {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
.areas__link[href=""] {
    pointer-events: none;
}
.areas__link:hover {
    color: rgba(255, 255, 255, .75);
    text-decoration: underline;
    text-underline-offset: 4px;
}

/* FOOTER */

.footer {
    position: relative;
    background-color: #fff;
    z-index: 8;
}
.footer .row.r-1 {
    padding-top: 35px;
    padding-bottom: 20px;
}

.footer__contact {
    padding-top: 20px;
}
.footer__details {
    padding-top: 15px;
}
.footer__text {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 0 0 0 20px;
}
a.footer__details:hover .footer__text {
    color: var(--main);
}

.footer__links {
    padding-top: 40px;
}
.footer__title {
    color: var(--main);
    font-size: 19px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0 0 15px 0;
    margin: 0;
}
.footer__l ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer__l li {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
.footer__l li a:hover {
    color: rgba(0, 0, 0, .7);
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* ABOUT PAGE */

.about-video__box {
    position: relative;
    width: 100%;
    height: 475px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 0 60px 65px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    cursor: pointer;
}
.about-video__box::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--main);
    border-radius: 20px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;    
    transition: all .3s;
}
.about-video__box:hover::before {
    opacity: 0.6;
}
.about-video__box::after {
    content: "\f144";
    color: #fff;
    font-family: "Font Awesome 6 Free";
    font-size: 90px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s;
}
.about-video__box:hover::after {
    opacity: 1;
}
.about-video__title {
    color: #fff;
    font-size: 55px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
.about-video__text {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    padding: 25px 0 0 0;
    margin: 0;
}

.about-intro {
    position: relative;
}
.about-intro::before {
    content: "";
    display: block;
    width: 100%;
    height: 210px;
    background-image: url('img/icons/icon-dark-texture.jpg');
    background-size: cover;
    position: absolute;
    bottom: -1px; left: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.about-intro__content {
    padding-top: 25px;
    padding-right: 50px;
}
.about-intro__content p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0;
    padding: 0;
}
.about-intro__content p:last-of-type {
    margin-bottom: 0;
}

.about-intro__box {
    position: relative;
    padding: 55px;
    background: #DC5716;
    background: linear-gradient(135deg, rgba(220, 87, 22, 1) 0%, rgba(255, 136, 27, 1) 100%);
    border-radius: 20px;
}
.about-intro__title {
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    line-height: 38px;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
.about-intro__text {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: 0;
    padding: 20px 0 25px 0;
    margin: 0;
}

.button-book--about {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.button-book--about:hover {
    color: #fff;
    background-color: transparent;
    border-color: #000;
}

.about-intro__worker {
    width: auto;
    height: 325px;
    position: absolute;
    bottom: 0; right: 25px;
}

.about-values {
    position: relative;
    background-image: url('img/icons/icon-dark-texture.jpg');
    background-size: cover;
}
.about-values__headline {
    padding-bottom: 30px;
}
.about-values .headline__title {
    font-size: 55px;
}

.about-value__item {
    padding-top: 20px;
}

.value-box {
    position: relative;
    height: 100%;
    padding: 30px;
    background-color: #fff;
    border-radius: 20px;
}
.value-box__title {
    color: #000;
    font-size: 20px;
    font-weight: 800;
    line-height: 115%;
    letter-spacing: 0;
    padding: 20px 0;
    margin: 0;
}
.value-box__text {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}

.about-value__buttons {
    height: 100%;
}
.about-value__buttons .button-book {
    width: 275px;
}

/* SERVICES PAGE */

.why__content {
    padding-right: 50px;
}
.why__photo + .why__content {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: 50px;
}
.why .headline__slogan,
.why .headline__title,
.faq .headline__slogan,
.faq .headline__title {
    color: #000;
}
.why__content p, .why__content ul li {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0;
    padding: 0;
}
.why__p {
    display: block;
    width: 100%;
    height: 525px;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .15);
}
.page-template-promo .why__p {
    height: 400px;
}

.faq, .page-wrapper, .index-wrapper {
    position: relative;
    background-color: #F0F0F0;
}
.faq__headline {
    padding-bottom: 15px;
}

/* DEFAULT PAGE */

.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content h4 {
    scroll-margin-top: 130px;
}
.entry-content h1 a, 
.entry-content h2 a, 
.entry-content h3 a, 
.entry-content h4 a {
    text-decoration: none;
}

.entry-content > h1:first-child, 
.entry-content > h2:first-child, 
.entry-content > h3:first-child, 
.entry-content > h4:first-child, 
.entry-content > h5:first-child,
.entry-content > h6:first-child {
    padding-top: 0;
}

.entry-content h1, .entry-content h2, .post-title {
    color: #000;
    font-size: 45px;
    font-weight: 800;
    line-height: 49px;
    letter-spacing: 0;
}
.entry-content h3, .sitemap_by_click5 h2 {
    color: #000;
    font-size: 38px;
    font-weight: 800;
    line-height: 42px;
    letter-spacing: 0;
	font-size: 26px;
     line-height: 32px;
}
.entry-content h4 {
    color: #000;
    font-size: 33px;
    font-weight: 800;
    line-height: 37px;
    letter-spacing: 0;
}
.entry-content h5, .entry-content h6 {
    color: #000;
}

.entry-content a {
    color: var(--main);
    text-decoration: underline;
    text-underline-offset: 3px;
}
.entry-content a:not([href]),
.entry-content a[href=""] {
    text-decoration: none;
    pointer-events: none;
}
.entry-content a:hover {
    text-decoration: none;
}

.entry-content p, .entry-content ul li, .entry-content ol li {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0;
    padding: 0;
}
.entry-content p strong {
    font-weight: 700;
}
.entry-content p:last-of-type {
    margin-bottom: 0;
}

.entry-content img.aligncenter {
    display: block;
    height: auto;
    margin: 0 auto;
}
.entry-content img.alignright {
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.entry-content img.alignleft {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.entry-content ul {
    list-style: none;
    padding-left: 20px;
}
.entry-content ul > li {
    position: relative;
    line-height: 140%;
    padding-left: 25px;
    margin-top: 10px;
}
.entry-content ul > li::before {
    content: "\f054";
    color: var(--main);
    font-family: "Font Awesome 6 Free";
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    top: 1px; left: 0;
}

.entry-content ol {
    margin-left: 0;
}
.entry-content ol > li {
    padding-left: 7px;
    margin-top: 5px;
}

.entry-content blockquote {
    position: relative;
    padding-left: 50px;
    margin: 40px 0;
}
.entry-content blockquote:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background-color: var(--main);
    border-radius: 3px;
}
.entry-content blockquote p {
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    margin: 0;
}

/* SEARCH */

.searchbar-form {
    display: flex;
    justify-content: center;
    padding-bottom: 55px;
}
.searchbar-form__input {
    min-width: 600px;
    color: #000;
    font-size: 16px;
    padding: 12px 25px 13px 25px;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .65);
    border-right-width: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.searchbar-form__input:focus {
    outline: none;
    box-shadow: unset;
    border-color: #000;
}
.searchbar-form__btn {
    color: #000;
    padding: 0 20px;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .65);
    border-left-width: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.searchbar-form__input:focus ~ .search-form__btn {
    border-color: #000;
}

/* SITEMAP */

.sitemap_by_click5 h2::after {
    display: none;
}
.sitemap_by_click5 ul li a {
    text-decoration: none;
}
.sitemap_by_click5 ul li a:hover {
    text-decoration: underline;
}

/* CONTACT FORM */

.gform_fields {
    row-gap: 20px !important;
}
.gform_heading {
    display: none;
}
.gfield {
    position: relative;
}
.gfield .gform-field-label:not(.hidden_sub_label) {
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 125%;
    letter-spacing: 0;
    padding: 0 10px 5px 10px;
    margin: 0;
}
.ginput_container_radio {
    padding-top: 25px;
    padding-left: 20px;
}
.gfield .gform-field-label .gfield_required {
    position: absolute;
    top: -2px; right: 0;
}
.gfield input[type="text"],
.gfield input.large,
.gfield--type-address input,
.gfield select.large,
.gfield--type-address select,
.gfield textarea {
    position: relative !important;
    height: 60px !important;
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 100% !important;
    letter-spacing: 0 !important;
    padding: 20px 25px !important;
    background-color: #ffff !important;
    border: 1px solid #222227 !important;
    border-radius: 5px !important;
    box-shadow: unset !important;
    outline: none !important;
    resize: none !important;
}
.gform-footer input[type="submit"] {
    display: inline-block !important;
    height: 52px !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 100% !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    padding: 0 95px !important;
    margin: 0 auto !important;
    background-color: var(--main) !important;
    border: 2px solid var(--main) !important;
    border-radius: 30px !important;
    outline: none !important;
}
.gform-footer input[type="submit"]:hover {
    color: var(--main) !important;
    background-color: #fff !important;
}

/* CLUB */

.club-intro__logo img {
    width: 151px;
    height: auto;
}

.club-benefits__box {
    position: relative;
    padding: 55px;
    background-image: url('img/icons/icon-dark-texture.jpg');
    background-size: cover;
    border-radius: 20px;
}

.club-benefits__item {
    position: relative;
    display: flex;
    padding-top: 30px;
    z-index: 4;
}
.club-benefits__text {
    position: relative;
    width: calc(100% - 28px);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: 0;
    padding: 3px 0 0 20px;
    margin: 0;
}

.club__worker {
    width: auto;
    height: 340px;
    position: absolute;
    bottom: 0; right: 50px;
}

/* CAREERS */

.page-template-careers .button-book {
    width: auto !important;
    padding: 0 20px !important;
}

.benefits {
    position: relative;
    padding-bottom: 275px !important;
    background-image: url('img/icons/icon-dark-texture.jpg');
    background-size: cover;
    clip-path: polygon(100% -10%, 100% calc(100% - 175px), 50% 100%, 0 calc(100% - 175px), 0 0);
    z-index: 8;
}
.benefits__text {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0;
    padding: 0 0 50px 0;
    margin: 0;
}
.benefits__worker {
    width: auto;
    height: 270px;
    position: absolute;
    bottom: 0; right: 40px;
    z-index: 10;
}
.benefits__box {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 45px 40px 45px;
    border: 1px solid #595a5d;
    border-radius: 18px;
    overflow: hidden;
}
.benefits__box::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 18px;
    position: absolute;
    top: 0;
    left: 0;
    filter: blur(10px);
}

.videos {
    position: relative;
    background-color: #fff;
    z-index: 19;
}
.videos .headline__title {
    color: #000;
}
.videos__text {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0;
    padding: 0 0 55px 0;
    margin: 0;
}

.videos .slick-list {
    overflow: unset;
}
.videos .slick-track {
    display: flex !important;
}
.videos__item {
    height: inherit !important;
    padding-left: 20px;
    padding-right: 20px;
}
.videos__item:not(.slick-active) {
    opacity: 0.6;
    transform: scale(0.9);
}

.video-box {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 370px;
    background-color: #eee;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    cursor: pointer;
}
.video-box::after {
    content: "";
    display: block;
    width: 135px;
    height: 135px;
    background-image: url('img/icons/icon-play.webp');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s;
    opacity: 0;
}
.videos__item.slick-active .video-box::after {
    opacity: 1;
}
.video-box__title {
    max-width: 300px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: 0;
    padding: 20px 40px;
    margin: 0;
    background: #DC5716;
    background: linear-gradient(135deg, rgba(220, 87, 22, 1) 0%, rgba(255, 136, 27, 1) 100%);
    border-top-right-radius: 40px;
}

.videos .slick-dots li button {
    border-color: #000;
}
.videos .slick-dots .slick-active button {
    background-color: var(--main);
    border-color: var(--main);
}

.awards {
    position: relative;
    background-size: contain;
    background-position: top right;
}
.awards::before {
    content: "";
    display: block;
    width: 60%;
    height: 100%;
    background: #DC5716;
    background: linear-gradient(135deg, rgba(220, 87, 22, 1) 0%, rgba(255, 136, 27, 1) 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 145px) 100%, 0 100%);
    position: absolute;
    top: 0;
    left: 0;
}
.awards::after {
    content: "";
    display: block;
    width: 235px;
    height: 100%;
    background-color: rgba(127, 42, 0, .7);
    clip-path: polygon(62% 0, 100% 0, 38% 100%, 0% 100%);
    position: absolute;
    top: 0;
    left: calc(50% + 42px);
}

.awards__content,
.awards__item {
    z-index: 8;
}
.awards__content p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0;
    padding: 0;
}
.award-box {
    width: 375px;
    height: 145px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    background-color: rgba(255, 255, 255, .9);
    border-radius: 16px;
}
.award-box[href=""] {
    cursor: default;
    pointer-events: none;
}
.award-box:hover {
    background-color: #fff;
}

.boxes {
    position: relative;
    background-image: url('img/icons/icon-dark-texture.jpg');
    background-size: cover;
    background-position: center;
}

.box-more {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 40px 45px;
    border: 1px solid #595a5d;
    border-radius: 18px;
    overflow: hidden;
}
.box-more::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 18px;
    position: absolute;
    top: 0;
    left: 0;
    filter: blur(10px);
}
.box-more > * {
    position: relative;
    z-index: 4;
}
.box-more__title {
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0 0 15px 0;
    margin: 0;
}
.box-more p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0;
    padding: 0;
}
.box-more .button {
    margin-top: 20px;
}

.positions {
    position: relative;
    background-image: url('img/icons/icon-dark-texture.jpg');
    background-size: cover;
}
.positions h2 {
    color: #fff !important;
    font-size: 50px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    padding: 0;
    margin: 0;
}
.positions ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.positions ul > li > div {
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 0;
    padding: 50px 0 20px 0;
    margin: 0;
}
.positions ul > li > ul {
    display: flex;
    justify-content: space-between;
}
.positions ul > li > ul > li {
    width: 49%;
    position: relative;
    display: block;
    padding: 40px 0 40px 110px;
    margin-top: 10px;
    background: #FFF;
    background: linear-gradient(110deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 75%, rgba(220, 87, 22, 1) 75%, rgba(255, 136, 27, 1) 100%);
    border-radius: 10px;
    cursor: pointer;
}
.positions ul > li > ul > li::before {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background-image: url('img/icons/icon-logo-2.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 20px; top: 30px;
}
.positions ul > li > ul > li::after {
    content: "Apply Now";
    display: block;
    width: 190px;
    height: 60px;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
    padding: 19px 0 0 0;
    margin: 0;
    background-color: #000;
    border-radius: 10px;
    position: absolute;
    right: 40px; top: 35px;
}
.positions ul > li > ul > li a {
    color: #000;
    font-size: 25px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
.positions ul > li > ul > li span {
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}

/* Default Page copy/image section */

.page-template-default .why .entry-content {
	margin-bottom: 50px;
}

.content-rows {
	margin-top: 0;
}

.content-rows .content-row:first-child {
	margin-top: 0;
}
.content-rows .content-row:last-child {
	margin-bottom: 0;
}

.content-row--full .content-row__content {
	width: 100%;
}

.content-row--full .content-row__image {
	display: none;
}

.content-row {
	display: flex;
/* 	align-items: center; */
	gap: 80px;
	margin-bottom: 100px;
}
.content-row.standard, .content-row.square {
	align-items: center;
}
.content-row.square .content-row__image img {
	aspect-ratio: 4 / 4;
}
.content-row--reverse {
	flex-direction: row-reverse;
}

.content-row__content,
.content-row__image {
	width: 50%;
}

.content-row__image {
	display: flex;
}

.content-row__image img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	display: block;
	border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 8px 24px;
}

article:empty {
	display: none;
}

.page-id-496 .why.wrapper {
	padding-top: 0;
}

@media (max-width: 991px) {

	.content-row,
	.content-row--reverse {
		flex-direction: column;
		gap: 30px;
		margin-bottom: 50px;
	}

	.content-row__content,
	.content-row__image {
		width: 100%;
	}

}

/* Employment modifications */

#BambooHR-ATS .BambooHR-ATS-Jobs-Item.applewood-career-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 260px;
}

#BambooHR-ATS .applewood-career-info {
  max-width: 90%;
}

#BambooHR-ATS .applewood-career-title {
  display: block;
  color: #000;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  white-space: normal;
}

#BambooHR-ATS .BambooHR-ATS-Location {
  display: block;
  margin-top: 5px;
}

#BambooHR-ATS .applewood-career-buttons {
  display: flex;
  gap: 15px;
  margin-top: auto;
  flex-wrap: wrap;
}

#BambooHR-ATS .applewood-career-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 52px;
  padding: 0 20px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}

#BambooHR-ATS .applewood-career-apply {
  color: #dc5716;
  background: #fff;
  border: 2px solid #D3D2D2;
}

#BambooHR-ATS .applewood-career-call {
  color: #fff;
  background: #000;
  border: 2px solid #000;
}

#BambooHR-ATS .applewood-career-apply:hover {
  color: #dc5716;
  background: #fff;
  border: 2px solid #dc5716;
}

#BambooHR-ATS .applewood-career-call:hover {
  color: #000;
  background: #fff;
}

#BambooHR-ATS .BambooHR-ATS-Jobs-Item::after {
  display: none !important;
  pointer-events: none !important;
}

#BambooHR-ATS .BambooHR-ATS-Jobs-Item.applewood-career-card > .applewood-career-buttons {
  padding: 0 !important;
}

#BambooHR-ATS .BambooHR-ATS-Jobs-Item.applewood-career-card > .applewood-career-info {
  padding: 0 !important;
  margin: 0 !important;
  font-size: initial !important;
  color: inherit !important;
}

#BambooHR-ATS .applewood-career-info * {
  color: inherit;
}

@media (min-width: 992px) and (max-width: 1399px) {

  #BambooHR-ATS .BambooHR-ATS-Jobs-Item.applewood-career-card {
    min-height: 301px;
  }

  #BambooHR-ATS .applewood-career-title {
    font-size: 28px;
  }

  #BambooHR-ATS .applewood-career-buttons {
    flex-direction: column;
    gap: 14px;
  }

  #BambooHR-ATS .applewood-career-button {
    width: 260px;
  }

}

@media (min-width: 768px) and (max-width: 991px) {

  #BambooHR-ATS .BambooHR-ATS-Jobs-Item.applewood-career-card {
    min-height: auto;
    padding-right: 35px !important;
  }

  #BambooHR-ATS .applewood-career-title {
    font-size: 24px;
    line-height: 1.25;
  }

  #BambooHR-ATS .applewood-career-buttons {
    flex-direction: column;
    width: 100%;
    max-width: calc(100% - 10px);
    gap: 12px;
    margin-top: 24px;
  }

  #BambooHR-ATS .applewood-career-button {
    width: 100%;
  }

}

@media (max-width: 767px) {

  #BambooHR-ATS .BambooHR-ATS-Jobs-Item.applewood-career-card {
    padding-right: 35px !important;
    min-height: auto;
  }

  #BambooHR-ATS .applewood-career-title {
    font-size: 24px;
    line-height: 1.25;
  }

  #BambooHR-ATS .applewood-career-buttons {
    flex-direction: column;
    width: 100%;
    max-width: calc(100% - 10px);
    gap: 12px;
    margin-top: 24px;
  }

  #BambooHR-ATS .applewood-career-button {
    width: 100%;
  }
}


/* fix video carousel on careers page */

@media (max-width: 767px) {
  .videos.wrapper {
    overflow-x: hidden;
  }

  .videos .container {
    overflow-x: hidden;
  }

  .videos-slider .slick-list {
    overflow: hidden;
  }
}

/* Locations template  */

.page-template-locations .locations-areas-section .areas {
	background-color: #fff;
}

/* Coupons page edits */

.promo__intro-text {
	position: relative;
	color: #fff;
	margin: 5px auto 40px;
	padding: 10px 20px;
	z-index: 1;
}

.promo__intro-text::before {
	content: '';
	position: absolute;
	inset: -20px -40px;
	background: radial-gradient(
		ellipse at center,
		rgba(0,0,0,.55) 0%,
		rgba(0,0,0,.35) 45%,
		rgba(0,0,0,0) 100%
	);
	z-index: -1;
	pointer-events: none;
}

.promo__intro-text p {
	color: #fff;
	margin-bottom: 0;
	text-shadow: 0 2px 8px rgba(0,0,0,.8);
}

.why .entry-content img,
.why__content img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}