/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
body{
    /*padding-top: 126px;*/
	padding-top:96px;
}
.page-id-172{
    padding-top: 0;
}
#primary-menu ul > li:last-child a{
  padding-right: 0;
}
.site-header, .mobile-header-navigation{
  transition: all .3s ease-in !important;
  -webkit-transition: all .3s ease-in !important;
  -moz-transition: all .3s ease-in !important;
}
.page-id-172 .site-header {
  background: none;
}
.page-id-172 .site-header.show, .site-header:hover{
  background:#fff;
}
.scrolling-wrapper{
	white-space: nowrap;
}
.btn:hover svg path{
	fill:#015e4b;
}
.top-bar{
	position:fixed;
	top:0;
	width:100%;
	z-index:11;
}
.site-header{
  position: fixed;
  top: 0;
  z-index: 10;
  left: 0;
  /*padding-top:30px;*/
  width: 100%;
}
.radius-16 img{
	border-radius:16px;
}
.wp-block-navigation__container.is-vertical.wp-block-navigation{
	gap: 0;
}
.site-footer .wp-block-navigation-item a:hover, .site-footer a{
  color: #ca860e;
}
.team-swiper .wp-swiper__slide.swiper-slide {
  width: 320px !important;
	border-radius:16px;
	height:400px;
	overflow: hidden;
}
.team-swiper .wp-swiper__slide .wp-swiper__slide-content{
	justify-content:end;
}
.team-swiper .swiper-button-next svg, .team-swiper .swiper-button-prev svg{
  display: none;
}
.team-swiper .wp_swiper__navigation {
  margin-top: 32px;
}
.team-swiper .wp_swiper__navigation-container{
	position:relative;
	min-height:22px;
}
.team-swiper .wp-swiper__wrapper {
  padding: 0 88px 0;
  overflow: hidden;
}
.team-swiper .swiper-container.swiper{
  overflow: visible;
  padding: 0;
}
.team-swiper .swiper-button-next, .team-swiper .swiper-button-prev{
  height: 22px;
  width: 16px;
	margin: 0 !important;
  top: inherit;
 }
.team-swiper .swiper-button-next.wp_swiper__button-next {
  right: inherit;
  left: 40px;
}
.team-swiper .swiper-button-prev{
	left:0;
}
.team-swiper .wp-swiper__overlay-color {
  background: linear-gradient(0deg,rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 40%);
}
.italic-yellow em{
	color:#ca860e;
}
.blog-list .gb-block-image a, .overlay-image-yellow .gb-block-image, .overlay-image-yellow .wp-block-post-featured-image{
  position: relative;
  display: block;
	overflow: hidden;
  border-radius: 16px;
}

.blog-list .gb-block-image a::after, .overlay-image-yellow .gb-block-image::after, .overlay-image-yellow .wp-block-post-featured-image::after{
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #BBD1A8;
  background: linear-gradient(0deg,rgba(187, 209, 168, 0.8) 0%, rgba(187, 209, 168, 0) 40%)
	  
}
.copyright-menus li:last-child::before{
	display:none;
}
.copyright-menus li::before {
  content: "/";
  position: absolute;
  right: 0;
  color: #00352a;
}
ul.copyright-menus li {
  padding-right: 20px;
  margin-right: 16px;
}
ul.copyright-menus li:last-child{
  padding-right: 0;
  margin-right: 0;
}
ul.copyright-menus {
  column-gap: 0;
}
.footer-shapes .gb-shape {
  position: static !important;
}
.full-green-two::after{
	position:absolute;
	content:"";
	left:0;
	top:0;
	height:100%;
	background:#f7f4f4;
	width: calc(50% - 10px);
    background: #f7f4f4;
}
.flex-direction-column {
  flex-direction: column;
}
.line-height-green .gb-block-image {
  height: 100%;
	overflow:hidden;
}
.line-height-green .gb-block-image img{
  height: 105%;
	object-fit:cover;
}
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
  font-weight: bold;
}
.strong-18 strong {
  font-size: 18px;
  font-weight: 500;
}
.italic-38 em {
  font-size: 38px;
}
.italic-30 em{
  font-size: 30px;
}
.italic-32 em{
  font-size: 32px;
}
.scroll-btn{
	cursor:pointer;
}
.hero-1{
	position: absolute;
    left: 264px;
	overflow: hidden;
	border-radius:8px;
    top: 20px;
	
}
.hero-2{
  position: absolute;
  top: 152px;
  right: -5px;
  overflow: hidden;
  border-radius:8px;
	
}
.hero-3{
  position: absolute;
  top:40%;
  left: -5px;
  overflow: hidden;
  border-radius:8px;
	
}
.hero-4{
  position: absolute;
  bottom: 75px;
  right: 88px;
  overflow: hidden;
  border-radius:8px;
	
}
.hero-1 .gb-block-image,
.hero-2 .gb-block-image,
.hero-3 .gb-block-image,
.hero-4 .gb-block-image,
.about-1 .gb-block-image{
	position:relative;
}

.hero-1 .gb-block-image::after,
.hero-2 .gb-block-image::after,
.hero-3 .gb-block-image::after,
.hero-4 .gb-block-image::after,
.about-1 .gb-block-image::after{
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #BBD1A8;
  background: linear-gradient(0deg,rgba(187, 209, 168, 0.7) 0%, rgba(187, 209, 168, 0) 50%);
}

.about-1{
  position: absolute;
  right: 0;
  top: 107px;
  object-fit: cover;
  border-radius: 8px;
	overflow:hidden;
}
.radius-8, .radius-8 .gb-block-image{
	border-radius: 8px!important;
}
.radius-0, .radius-0 .gb-block-image{
	border-radius:0!important;
}
input::placeholder, textarea::placeholder{
  font-weight: 400;
	font-size:16px;
  opacity: 1;
  color: #00352a;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {
  color: #00352a !important;
  background-color: #d1e6e2 !important;
  border-color: #00352a !important;
  margin-bottom: 8px !important;
  border-radius: 4px !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  width: 100% !important;
}
textarea{
	height:117px;
	resize: none;
}


.wpcf7-not-valid-tip {
  font-size: 16px;
  /*color: #4192d9;*/
  margin-bottom: 5px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #dc3232;
  border-radius: 100px;
  background: #dc3232;
  color: #fff;
	margin: 20px 0 0 0;
	border-radius: 4px;
}
.wpcf7 form.sent .wpcf7-response-output{
 border-color: #00352a;
  border-radius: 100px;
  background: #00352a;
  color: #fff;
	border-radius: 4px;
}
.wpcf7-response-output {
  font-size: 16px;
 
}
.wpcf7-submit{
  border-radius: 8px 8px 36px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  padding: 9px 28px 9px 16px!important;
}
.main-navigation ul ul {
  padding: 20px 0;
	box-shadow:none;
	box-shadow: 0 4px 6px rgba(0,0,0,.1);
	border-radius: 0 0 8px 8px;
}
.main-navigation .main-nav ul ul li a {
  font-size: 16px;
}
select{
	-webkit-appearance: none;
	appearance: none;
	background:url(https://falcongreencare.co.uk/wp-content/uploads/2026/04/dwon-arrow.svg) no-repeat;
	background-position: 97% center;
}
.wp-block-list{
  margin-top: 12px;
  margin-left: 30px;
	margin-bottom:0;
	margin-top: 7px;
}
.wp-block-list.ul-mb-20{
	margin-bottom:11px;
}
.wp-block-list li{
  color: #335D55;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 4px;
}
.wp-block-list li:last-child{
	margin-bottom:0;
}
.comments-area, .inside-article .entry-meta{
  display: none;
}
.title-h1{
	font-size:48px;
	line-height:48px;
	margin-bottom:30px;
	font-weight: 500;
}
.blog-post-contant .wp-block-list.ul-mb-20 {
  margin-bottom: 15px;
}
.entry-content:not(:first-child), .entry-summary:not(:first-child), .page-content:not(:first-child) {
  margin-top: 0;
}
@media(max-width: 1024px){
.inside-header {
  padding: 10px 25px 20px 25px;
}
.team-swiper .wp-swiper__wrapper {
  padding: 0 25px 0;
  overflow: hidden;
}	
.italic-38 em {
  font-size: 36px;
}
.title-h1{
	font-size:42px!important;
	line-height:1.2!important;	
}	
.hero-4 {
  bottom: 45px;
  right: 10px;	
}	
}
/* ------------------------- Start-991 ---------------------------------------------  */
@media(max-width: 991px){
.gbp-section__headline{
	font-size: 52px!important;
}
.hero-2{
	width: 220px!important;
}	
.hero-1 {
  top: 80px;
	left: -10px;
}	
.hero-3 {
  top: inherit;
  bottom: 3%;
}
.hero-4 {
  bottom: 45px;
  right: 10px;	
}	
.about-3{
  max-width: 230px!important;		
}
.about-2{
  margin-left:0!important;
}	
/* ------------------------- Start-768 ---------------------------------------------  */	
}
@media(max-width:768px){
.inside-header {
    flex-direction: inherit;
    text-align: center;
  }
}
/* ------------------------- Start-767 ---------------------------------------------  */
@media(max-width:767px){
	.site-logo.mobile-header-logo img {
  height:70px!important;;
  width: auto;
}
	
.call_ico {
		margin-left: 25px;
	}
	
.menu-toggle .gp-icon svg, .slideout-exit .gp-icon svg{
  height: 28px;
  width: 28px;
 
}	
body {
  padding-top: 100px;
}	
	.main-navigation.has-branding .menu-toggle{
		padding-right: 25px!important;
	}	
	.m-br br{
		display:none;
	}
	.inside-header {
    flex-direction: column;
    text-align: center;
  }
	.mo-column-reverse{
		flex-direction:column-reverse!important;
	}	
.mobile-header-navigation .site-logo {
    margin-left: 25px!important;
  }	
 .gbp-section__headline {
    font-size: 42px !important;
  }	
#mobile-header {
    background: #fff;
	top: 30px!important;
	position:fixed;
  }
.page-id-172 #mobile-header{
    background: none;
}
.page-id-172 #mobile-header.show-mo{
    background: #fff;
}	
 .slideout-navigation.do-overlay .inside-navigation {
    padding: 88px 32px !important;
    height: 100% !important;
    justify-content: center;
  }	
.hero-2 {
   /* max-width: 220px !important;
    width: 48% !important;
    top: 90px;
	position:static!important;*/
	
	max-width: 200px !important;
    width: 38% !important;
    top: -70px;
    position: absolute !important;
    right: 20%;
  }
/*.hero-1 {
    top: 90px;
	position:static!important;
	max-width: 220px !important;
    width: 48% !important;
    left: -10px;
  }	*/
.hero-1 {
    top: inherit;
    position: relative !important;
    max-width: 160px !important;
    width: 35% !important;
    left: -25px;
  }	
.hero-3{
	position:relative!important;
	max-width: 200px !important;
    width: 45% !important;
	top: inherit;
    bottom: -20px;
}
 .hero-4{
    position: relative !important;
    max-width: 160px !important;
    width: 35% !important;
    margin-top: 0;
	right: -25px;
    bottom: -10px;
  }	
	
/*.team-swiper .wp-swiper__slide.swiper-slide {
   border-radius: 16px;
    height: 380px !important;
	margin-right: 25px !important;
}*/	
	
.wp-swiper .swiper-button-next, .wp-swiper .swiper-button-prev {
    display: block !important;
  }	
ul.copyright-menus li {
  padding-right: 14px;
  margin-right: 10px;
}
ul.copyright-menus li:last-child{
  padding-right: 0;
  margin-right: 0;
}	
.italic-38 em {
  font-size: 34px;
}	
.main-navigation ul ul {
  padding: 10px 0;
  box-shadow: none;
  border-radius: 0;
}	
.title-h1{
	font-size:36px!important;
	line-height:1.2!important;	
}	
	.job-list-home .gb-grid-column:nth-child(5), .job-list-home .gb-grid-column:nth-child(6){
		display:none!important;
	}	
	.btn-bg{
		max-width:inherit!important;
	}	
}
.matador-search-form input[type="text"], .matador-search-form select {
  box-sizing: border-box;
  width: 100%;
  border: none;
}
 .home-search .matador-search-form {
    border: 1px solid #00352a;
    border-radius: 30px;
  }
.wp-block-matador-jobs-jobs-search-keyword input#matador_s{
  padding: 0 0 0 16px;
  background: none !important;
	height: 42px;
	margin-bottom:0 !important;
}
.wp-block-matador-jobs-jobs-search-keyword input#matador_s:focus{
	outline:none;
	box-shadow:none;
}
.home-search .wp-block-group.is-horizontal{
	width: 100%;
}
.home-search .wp-block-group.is-horizontal {
  justify-content: space-between;
}
#matador-search-submit.matador-search-submit {
  border-radius: 30px;
  margin-right: 0;
  min-width: 120px;
	height: 50px;
}
#matador-search-submit.matador-search-submit:hover{
	background:#ca860e!important;
}
.filter-main .entry-title.matador-job-title{
  font-size: 20px;
  font-weight: 500;
  margin-bottom:12px;	
  color: #00352a;
}
.filter-main .entry-title.matador-job-title a{
  color: #00352a;
}
.filter-main ul.matador-job-meta-listing {
  margin: 0 0 12px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 16px;
}
.matador-job.matador-job-listing{
  background: #d1e6e2;
  padding: 24px;
  border-radius: 16px;
  margin-bottom: 20px;
}
.matador-job-footer ul{
  margin: 0;
}
.matador-job-footer ul li{
  list-style: none;
}
.matador-job-footer {
  margin-top: 12px;
}
.matador-job-navigation .matador-button {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #00352a;
  background:url(https://falcongreencare.co.uk/wp-content/uploads/2026/05/btn-icon.svg);
  background-repeat:no-repeat;
	background-position:center right;
	padding-right:10px;;
	background-size:6px;
}

.matador-job-navigation .matador-button:hover{
  color: #CA860E;
}
/*.filter-left::after{
  content:" ";
	width:25%;
	background:#f7f4f4;
	top:0;
	left:0;
	height:100%;
	position:absolute;
}*/
.matador-job-description p:empty{
	display:none;
}
.matador-job-meta-field.matador-job-field-job_general_location {
  background: url(https://falcongreencare.co.uk/wp-content/uploads/2026/04/map-icon.svg);
    background-repeat: repeat;
    background-size: auto;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 24px;
}
.matador-job-meta-field.matador-job-field-employmentType{
  background: url(https://falcongreencare.co.uk/wp-content/uploads/2026/04/Clock-07.svg);
    background-repeat: repeat;
    background-size: auto;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 24px;
}
.matador-job-meta-field.matador-job-field-salary_string{
	background: url(https://falcongreencare.co.uk/wp-content/uploads/2026/05/icon-21.svg);
    background-repeat: repeat;
    background-size: auto;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 24px;
}
.next.page-numbers{
	background-color: #00352a;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 0.8;
  text-transform: none;
  border-radius: 8px 8px 36px 8px;
  padding: 12px 28px 14px 16px;
	font-family: Agenda;
}
.next.page-numbers:hover{
  background-color: #015e4b;
}
.matador-pagination {
  display: flex;
  padding: 20px 24px 32px;
  align-items: center;
	column-gap: 32px;
	justify-content:center;
}
.filter-main select{
  -webkit-appearance: none;
  appearance: none;
  background: url(https://falcongreencare.co.uk/wp-content/uploads/2026/05/select-icon.svg) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
  background-position: right center;
	height: 36px;
  border-radius: 30px;
  padding: 0 15px;
	font-size: 18px;
  font-weight: 500;
}
.filter-main label {
  margin-bottom: 6px;
  display: table;
}
.filter-main .wp-block-list{
	margin-bottom: 20px;
  padding-left: 0;
  margin-left: 20px;
	
}
.filter-main .wp-block-list li {
  color: #00352A;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 4px;
}
.page-numbers{
	font-size: 24px;
  font-weight: 500;
	color:#00352a;
  font-family: Lora, serif;
}
a.page-numbers:focus{
	color:#00352a;
}
.page-numbers.current {
  text-decoration: underline;
}
.matador-job-listings-template-default .container.grid-container{
	max-width: 100%;
}
.submit_btn_div{
	margin-top:10px;
}
.full-label{
	margin-bottom:10px;
}

.grecaptcha-badge { 
    visibility: hidden; 
}

.menu_v_space ul {
	line-height:24px;
}

.call_ico {
	background: url(https://falcongreencare.co.uk/wp-content/uploads/2026/06/call.svg) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
  background-position: left center;
}
.call_ico a {
	padding-left: 25px !important;
}
.post_subtitle b{
	font-weight:600;
}