@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//www.ferrandezsolicitors.co.uk/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.1.2") format("woff2");
}

:root {
	--wd-text-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Playfair Display", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Playfair Display", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(154,182,190);
	--wd-alternative-color: rgb(97,122,121);
	--wd-link-color: rgb(154,182,190);
	--wd-link-color-hover: rgb(97,122,121);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(154,182,190);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 8px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


/* GTRANSLATE */

div#gt_float_wrapper {
    margin-bottom: 75px;
}

/* SCROLL TO TOP */
a.scrollToTop.button-show {
    margin-bottom: 135px;
}

/* Team profile */
.member-details.wd-set-mb.reset-last-child .member-position {
    color: black;
}

/* Justify text */
.title-after_title.reset-last-child.wd-fontsize-s {
    text-align: justify;
}

.wd-tab-content.wd-entry-content.wd-active.wd-in p {
    text-align: justify;
}

/* Background color aside menu tabs */
.wd-tabs-header {
    border-radius: 0px !important;
}

/* Centrar el formulario Subscribe2 */
.subscribe2-form {
    background-color: #f0f0f0;  /* Color de fondo */
    padding: 20px;               /* Espaciado interno */
    border-radius: 5px;          /* Bordes redondeados */
    max-width: 50%;            /* Ancho máximo del formulario */
    margin: 0 auto;              /* Centra el formulario en la página */
    display: flex;               /* Usamos Flexbox para organización */
    flex-direction: column;      /* Los elementos dentro estarán en columna */
    align-items: center;         /* Centra los elementos horizontalmente */
}

/* Estilo de los campos de texto y correo */
.subscribe2-form input[type="text"], 
.subscribe2-form input[type="email"] {
    padding: 10px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #ccc;
    width: 100%;                 /* Los campos ocuparán todo el ancho disponible */
    margin-bottom: 10px;         /* Espaciado entre campos */
}

/* Estilo del botón de suscripción */
.subscribe2-form input[type="submit"] {
    background-color: #0073e6;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    width: 100%;                 /* El botón ocupa todo el ancho del formulario */
    margin-top: 10px;            /* Espaciado superior para el botón */
}

/* Efecto hover del botón de suscripción */
.subscribe2-form input[type="submit"]:hover {
    background-color: #005bb5;
}

/* Estilo para el mensaje de incentivo (si es necesario) */
.suscripcion-incentivo {
    text-align: center;          /* Centra el mensaje */
    margin-bottom: 20px;         /* Espacio debajo del mensaje */
    font-size: 18px;             /* Tamaño de fuente más grande */
}

/* Aplica la imagen de fondo con opacidad en todos los headers */
.wd-page-title {
    position: relative; /* Necesario para el overlay */
    background-size: cover; /* Asegura que la imagen cubra todo el área */
    background-position: center; /* Centra la imagen */
    height: 400px; /* Ajusta la altura del header globalmente */
}

/* Crear la superposición (overlay) con opacidad */
.wd-page-title::before {
    content: ''; /* Necesario para el pseudo-elemento */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(154, 182, 190, 0.8); /* Color con opacidad */
    z-index: 1; /* Asegura que el overlay esté encima de la imagen de fondo */
}

/* Asegurar que el texto y los breadcrumbs estén encima del overlay */
.wd-page-title h1,
.wd-page-title .wd-breadcrumbs {
    position: relative;
    z-index: 2; /* Asegura que el contenido quede encima del overlay */
}

.wd-meta-author {
    display: none;
}

.wd-meta-reply {
    display: none;
}

h1.entry-title.title {
    font-size: 40px !important;
}