#header-slider-container {
	overflow: hidden;
}

@media (min-width: 778px) {
	#rev_slider_65_1_wrapper {
		height: 500px;
	}
}

/*transition delay for pagr header section with background opacity
https://consulting.vamtam.com/services/*/

#sub-header .text-shadow {
    transition: opacity .5s;
}


/*end transition delay for pagr header section with background opacity
https://consulting.vamtam.com/services/*/

/* Hide the post image at the top of the post */

.single-post .entry-header img,
.single-post .wp-post-image {
    display: none !important;
}

/* Change the Ninja Forms send button background to #725e77, text color to white, and remove shadow */
.nf-form-cont .nf-field-container .nf-field-element input[type="button"],
.nf-form-cont .nf-field-container .nf-field-element input[type="submit"] {
    background-color: #725e77 !important; /* Background color */
    color: #ffffff !important; /* White text color */
    border: 2px solid #725e77 !important; /* Border matching the background */
    box-shadow: none !important; /* Remove any shadow */
}

.nf-form-cont .nf-field-container .nf-field-element input[type="button"]:hover,
.nf-form-cont .nf-field-container .nf-field-element input[type="submit"]:hover {
    background-color: #ffffff !important; /* Optional: Hover background */
    color: #725e77 !important; /* Hover text color */
    border: 2px solid #725e77 !important; /* Border matching the text color */
    box-shadow: none !important; /* Ensure no shadow on hover */
}

/* Reduce product image size */
.woocommerce div.product div.images img {
    max-width: 75%; /* Adjust the percentage to make the image smaller or larger */
    height: auto;
    margin: 0 auto; /* Center the image */
}

/* Full-width background for header only */
.meta-header .limit-wrapper.vamtam-box-outer-padding {
    background-color: #ceadd1 !important; /* Set the background colour */
    width: 100% !important; /* Ensure the background spans full width */
    padding: 20px 0; /* Add padding for better spacing */
    margin: 0 auto; /* Center content inside the background */
}

.meta-header h1 {
    font-size: 30px !important; /* Adjust to desired size */
    color: #ffffff !important; /* Set font colour to white */
    text-align: center; /* Center the heading */
    margin: 0; /* Remove default margins */
    transform: none !important; /* Remove any transformation if needed */
}

/* Hide SKU and Category on the product page */
.product_meta .sku_wrapper, 
.product_meta .posted_in {
    display: none !important;
}

/* Make the form background transparent */
.nf-form-layout {
    background-color: transparent !important;
}

/* Style the form text color */
.nf-form-field label,
.nf-form-field input,
.nf-form-field textarea,
.nf-form-field select,
.nf-form-field .nf-field-element,
.nf-form-field .nf-field-label,
.nf-form-field .nf-field-label label {
    color: #725e77 !important;
}

/* Style placeholders with the same color */
.nf-form-field input::placeholder,
.nf-form-field textarea::placeholder {
    color: #725e77 !important;
    opacity: 1; /* Override the default opacity */
}

/* Style submit button text color */
.nf-form-field .nf-field-element .submit-button {
    color: #725e77 !important;
}

/* Optional: Change border and focus styles if needed */
.nf-form-field input,
.nf-form-field textarea,
.nf-form-field select {
    border-color: #725e77 !important;
}

.nf-form-field input:focus,
.nf-form-field textarea:focus,
.nf-form-field select:focus {
    border-color: #725e77 !important;
    box-shadow: 0 0 5px #725e77 !important;
}

/* Adjust the success message */
.nf-response-msg {
    background-color: transparent !important;
    color: #725e77 !important;
    border: 1px solid #725e77 !important;
}
