.bt_bb_section {
    background-color: #319500 !important;
}
.bt-vertical-header-top {
    padding: 7px 0px 7px 15px;
}
.verdeIcono{
	color: #319500 !important;
}
.bt_bb_icon {
		color: #319500 !important;

}
.page-id-3590 form.woocomerce-form.woocommerce-form-login.login {
    width: 50%;
    border: 2px solid #319500;
    padding: 23px;
}
.single-product section.related.products {
    background: #319500;
}
.single-product {
   /* background: white !important;*/
}
.single-product .summary.entry-summary {
    background: white;
    border-radius: 10px;
}
div.product div.images .woocommerce-product-gallery__trigger:after {
    -webkit-box-shadow: 0 0 0 2em #319500 inset, 0 0 0 2em rgba(255,255,255,.5) inset;
    box-shadow: 0 0 0 2em #fdfdfd inset, 0 0 0 2em rgba(255,255,255,.5) inset;
}
div.product div.images .woocommerce-product-gallery__trigger:after {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 19.2px;
    line-height: 36.8px;
    text-align: center;
    display: block;
    border-radius: 50%;
    width: 36.8px;
    color: #333234;
    
}
/* ADD PRODUCT CARD HEIGHT FIX HERE */
.woocommerce ul.products li.product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 500px; /* Adjust as needed */
}
section.bt-comments.gutter {
    overflow: hidden !important;
    display: none;
}
body.btNoSidebar .btPostSingleItemStandard:first-child {
    margin-top: 8em !important;
}
.colorboton a.bt_bb_link {
    background-color: green !important;
	    box-shadow: 0 0 0 2px #EAEBD5 inset !important;

    /* border: 1px solid green !important; */
}
input:not([type='checkbox']):not([type='radio']), textarea, select {
    background: white !important;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    /* background-color: white !important; */
    box-shadow: 0 0 0 4em #fefffe inset;
    color: green !important;
}
.colorboton2 a.bt_bb_link {
    box-shadow: 0 0 0 2px #ffffff inset !important;
    background-color: white !important;
    color: green !important;
}
/* Responsive Contact Form - 2 Columns */
#responsive-form p {
    color: #333234;
    font-size: 20px; /* Adjust as needed */
    line-height: 1.5;
}

#responsive-form {
    max-width: 100%; /* You can adjust this if you want a different form width */
    margin: 0 auto;
    width: 100%;
    font-size: 18px; /* Default font size for all text inside the form */
}

/* Form Row */
.form-row {
    width: 100%;
}

/* Two-column layout */
.column-half, .column-full {
    float: left;
    position: relative;
    padding: 0.65rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Removed invalid negative padding values */
.column-half1, .column-half12, .column-full {
    float: left;
    position: relative;
    padding: 0.35rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Clearfix to fix floating issues */
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/* Error & Response Messages */
.wpcf7-response-output {
    color: #333234;
    font-size: 18px;
}

/* Style Form Fields */
#responsive-form input,
#responsive-form textarea,
#responsive-form select {
    font-size: 18px; /* Adjust field text size */
    padding: 10px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* Style Submit Button */
#responsive-form button,
#responsive-form input[type="submit"] {
    font-size: 20px;
    font-weight: bold;
    padding: 12px 20px;
    background-color: #333234;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#responsive-form button:hover,
#responsive-form input[type="submit"]:hover {
    background-color: #555;
}

/* Responsive Adjustments for Mobile */
@media (max-width: 768px) {
    #responsive-form {
        font-size: 14px; /* Reduce font size on smaller screens */
    }

    #responsive-form input,
    #responsive-form textarea,
    #responsive-form select {
        font-size: 14px;
    }

    #responsive-form button,
    #responsive-form input[type="submit"] {
        font-size: 16px;
    }
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 75%;
	}
	.column-half1{
		width: 20%;
	}
	.column-half3{
		width: 50%;
	}
	.column-half4{
		width: 24%;
	}
	.column-half5{
		width: 20%;
	}
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #339c49 !important;
    box-shadow: 0 0 0 4em #298000 inset;
    color: #EAEBD5 !important;
    /* background: gray !important; */
}
.bt_bb_slider button.slick-arrow.slick-prev, .bt_bb_post_slider button.slick-arrow.slick-prev {
    left: 0em;
}
button.slick-prev.slick-arrow {
    opacity: inherit;
    /* position: absolute; */
}
button.slick-next.slick-arrow {
    opacity: initial;
}
.bt_bb_slider button.slick-arrow.slick-next, .bt_bb_post_slider button.slick-arrow.slick-next {
    right: 0em;
}
ul.slick-dots {
    display: none !important;
}

.btLightColor, .bb-light-color, .text-light {
    color: #EAEBD5 !important;
}

.btLightColor a, .btLightColor button {
    color: #EAEBD5 !important;
}

#responsive-form input[type="submit"] {
  display: block;
  margin: 2em auto 0;
}


.job-box {
  border: 1px solid #639E1F;                     /* outline color */
  border-radius: 25px;                           /* pill-ish shape like your image */
  background-color: rgba(129, 208, 65, 0.05);    /* #81D041 at 5% opacity */
  padding: 25px;
  margin: 20px auto;
  max-width: 800px;                              /* same width for all boxes on large screens */
  width: 100%;
  box-sizing: border-box;
}

/* Tablet: let it breathe a bit */
@media (max-width: 1024px) {
  .job-box {
    max-width: 100%;                             /* use full column width */
    padding: 22px;
  }
}

/* Mobile: full width, slightly smaller padding */
@media (max-width: 768px) {
  .job-box {
    max-width: 100%;
    width: 100%;
    padding: 18px;
    border-radius: 18px;
  }
}



/* Make Form Error Messages Bigger and Bolder */
label.error {
    font-size: 16px !important;    /* Increases text size (default is usually 12px) */
    font-weight: bold !important;  /* Makes it bold */
    color: #dc3232 !important;     /* Bright Red color */
    margin-top: 5px;               /* Adds a little space above the text */
    display: block;                /* Ensures it sits on its own line */
}
