.grecaptcha-badge { 
visibility: hidden; 
}

.footer_action {
	background-image: none!important;
}

.pager .pages a:hover, .pager .pages a.active{
	background-color: #ddc18a !important;
}

.page-id-101 .post-title a {
    color: #000;
    font-family: "DM Serif Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.96px;
}

.page-id-101 .post-footer {
    display: flex;
    justify-content: flex-start;
    padding-left: 0;
}

.page-id-101 .post-footer .post-links {
    border: none;
    padding-left: 0;
}

.page-id-101 .post-footer .post-links i.read-more-icon.icon-doc-text {
    display: none;
}

.page-id-101 .post-footer .post-links a.post-more {
    border-radius: 999px;
    background: linear-gradient(90deg, #DDC18A 0%, #9D8255 100%);
    color: var(--background-bg-white, #FFF);
    font-family: 'DM SANS';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 16px 40px;
    height: 100%;
    display: flex;
}

.page-id-101 .post-footer .post-links a.post-more:hover {
background: #fff !important;
    color: #9d8255 !important;
}

.page-id-101 .post-excerpt {
    color: var(--text-text-body, #1F1F1F);
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.cta-form-wrapper {
    background: url(/wp-content/uploads/2026/03/bucelo-cta-bg.png);
    padding: 40px;
    border-radius: 20px;
    text-align: center;
		margin: 40px 0;
}

.cta-form-wrapper .cta-form-title {
    color: #fff;
    text-align: center;
    font-family: "DM Serif Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.96px;
	  width: 80%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:767px){
	.cta-form-wrapper .cta-form-title {
	  width: 100%;
		font-size: 36px;
}
}

.cta-form-wrapper a.cta-form-button {
    border-radius: 999px;
    background: linear-gradient(90deg, #DDC18A 0%, #9D8255 100%);
    font-size: 20px !important;
    text-transform: uppercase;
    font-weight: 600;
    padding: 16px 40px;
    display: inline-block;
    color: #fff;
    margin-top: 20px;
		transition: color .4s ease-in-out;
}

.cta-form-wrapper a.cta-form-button:hover {
	background: #fff !important;
  color: #9d8255 !important;
}

@media (max-width:767px){
section.mcb-section-71af1bb5a {
    background-color: #0b494a !important;
    background-image: url(/wp-content/uploads/2026/04/hero-bg-mobile.jpg) !important;
    background-size: cover !important;
    background-position: center center !important;
}
section.mcb-section-71af1bb5a {
    max-height: 650px;
}	
	
	section.section.mcb-section.mfn-default-section.mcb-section-71af1bb5a:after{
		display: none;
	}	
}	

@media (max-width: 767px) {
  h1.home-banner-h1 {
    font-size: 36px !important;
    line-height: 40px !important;
    margin-bottom: 20px !important;
  }
  h2 {
    font-size: 28px !important;
    line-height: 34px !important;
  }
  h3 {
    font-size: 22px !important;
    line-height: 28px !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  h1.home-banner-h1 {
    font-size: 56px !important;
    line-height: 60px !important;
  }
  h2 {
    font-size: 36px !important;
    line-height: 42px !important;
  }
  h3 {
    font-size: 26px !important;
    line-height: 32px !important;
  }
}
/* Team page - round headshots */
.page-id-11 .mcb-wrap-inner .image_wrapper img {
    border-radius: 50%;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center 25%;
    max-width: 75%;
    display: block;
    margin: 0 auto;
}

/* Action bar - right align, larger phone, white slogan */
#Action_bar .column.one {
    text-align: right !important;
}
#Action_bar ul.contact_details {
    float: right !important;
}
#Action_bar ul.contact_details li.slogan {
    color: #ffffff !important;
}
#Action_bar ul.contact_details li.phone a {
    font-size: 18px !important;
    font-weight: 700 !important;
}
