/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;500;700;900&display=swap');

/* 2. La aplicamos a los títulos */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif !important;
}

.monserrat-font {
	 font-family: 'Montserrat', sans-serif !important;
	 font-weight: 800;
	letter-spacing: 2.475px;
}

.serving-heading-text {
	font-family: 'Montserrat', sans-serif !important;
	color: rgb(204, 204, 204) !important;
    font-size: 24.75px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 2.475px;
	line-height: 32.175px;
	margin-top: 15px;
	text-size-adjust: 100%;
}
.wp-element-button, .wp-block-button__link {
    background-color: transparent !important;
}
.wp-block-buttons > .wp-block-button {
	border: 2px solid #c13812;
    border-radius: 25px;
	padding: 0 25px 0 25px !important;

}
.wp-block-buttons .wp-block-button__link {
	font-family: "Poppins" !important;
	font-size: 15.3px;
	font-weight: 700;
	color: #000;
}
.page > .hero-section {
	display: none;
}

#header {
	margin-top: 50px;
}
#menu-main-menu >  li > a {
	font-family: 'Poppins' !important;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 500;
}
.color-white > a {
	color: #fff !important;
}
.no-padding {
	padding: 0 !important;
}
/* --- Estilos para emular el formulario de Jobber --- */
.jobber-style-form {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    color: #333;
}
.form-section-title {
    font-size: 1.1em;
    font-weight: 600;
    margin: 30px 0 15px 0;
    color: #111;
}
.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
}
.form-col { flex: 1; min-width: 200px; }
.form-col-full { width: 100%; }
.address-bottom .form-col { flex: 1; min-width: 120px; }

/* Inputs and Textareas */
.jobber-style-form input[type="text"],
.jobber-style-form input[type="email"],
.jobber-style-form input[type="tel"],
.jobber-style-form input[type="date"],
.jobber-style-form select,
.jobber-style-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    box-sizing: border-box;
    background-color: #fff;
    transition: border-color 0.3s;
}
.jobber-style-form input:focus, 
.jobber-style-form select:focus, 
.jobber-style-form textarea:focus {
    border-color: #111;
    outline: none;
}

/* Labels and Small Text */
.field-label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #555;
}
.small-disclaimer {
    font-size: 11px;
    color: #777;
    margin: 5px 0 0 0;
    line-height: 1.4;
}
.checkbox-row {
    font-size: 13px;
    color: #333;
}
.optional-tag {
    background: #eee;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 11px;
    float: right;
    color: #666;
}

/* Bottom Area (Recaptcha + Submit) */
.form-bottom-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}
.recaptcha-notice {
    font-size: 11px;
    color: #888;
    max-width: 60%;
}
.recaptcha-notice a { color: #555; text-decoration: underline; }
.btn-submit-black {
    background-color: #000 !important;
    color: #fff !important;
    padding: 12px 35px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border: none !important;
    border-radius: 25px !important;
    cursor: pointer !important;
    text-transform: uppercase;
}
.btn-submit-black:hover {
    background-color: #333 !important;
}

/* Responsiveness */
@media (max-width: 600px) {
    .form-bottom-area { flex-direction: column; align-items: flex-start; gap: 20px; }
    .recaptcha-notice { max-width: 100%; }
    .btn-submit-black { width: 100%; }
}
#nav_menu-2 > h3,
#location,
#follow-us,
#get-in-touch{
    display: inline-block;
    font-size: 1.2em !important;
    color: #fff;
    border-bottom: 4px solid #c13812;
    padding: 10px 0;
    margin: 0 auto 25px;
    font-weight: 700;
    letter-spacing: .05em !important;
}
#footer > div:nth-child(2) > div > div > div {
    color: #fff;
    font-weight: bold;
}
#wpcf7-f842-p839-o1 > form > div.jobber-style-form > div:nth-child(19) > div > p > span > select {
    height: 53px;
}

#admin-footer {
	background: #000;
}