/*
Theme Name: digitalart-nwmea Child
Theme URI: https://digitalsart.com/
Template: digitalart-nwmea
Author: Digital Art Emblem
Author URI: https://digitalsart.com/
Description: This is custom theme
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1732073101
Updated: 2024-11-20 03:25:01

*/


/* sz listing form style  */

/* Form container */
.project-form {
    background-color: transparent;
    padding: 20px;
}

.group-section{
	
	padding: 30px 25px;
	background-color:white;
	border-radius:0px;
	margin-bottom:30px;
	border:none;
}

.double-section{
	
	display:flex;
	align-items:center;
	gap:20px;
}


.double-section p{
	
	width:50%;
}

/* Section headers */
.project-form .section-head {
    font-size: 22px;
    color: #222;
    margin-bottom: 50px;
}



.info-p{
	
	font-size:14px;
	line-height:28px;
	color:#5c727d;
}

.project-form label{

    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
	color:black;
}

/* Input and textarea fields */
.project-form input[type="text"],
.project-form input[type="number"],
.project-form input[type="url"],
.project-form textarea,
.project-form select {
    font-size: 14px;
    padding: 15px 0px 15px 9px;
    border: 1px solid #eee;
    box-shadow: none;
    background: #E4E4E4;
    opacity: 1;
    height: 48px;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 15px;
	color:black;

}

/* Input and textarea fields */
.project-form input[type="text"]::placeholder,
.project-form input[type="number"]::placeholder,
.project-form input[type="url"]::placeholder,
.project-form textarea::placeholder,
.project-form select::placeholder {

    opacity: .5;


}

/* Input and textarea fields */
.project-form input:focus{
    border:2px solid #a98a3a;

}


.project-form textarea{
    font-size: 14px;
    padding: 15px 0px 15px 9px;
    border: 1px solid #eee;
    box-shadow: none;
    background: #E4E4E4;
    opacity: 1;
    height: auto;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 15px;
	color:black;

}

.project-form textarea::placeholder{
  
    opacity: 0.5;


}

/* Button styles */
.project-form button {
    background-color: #A98A3A;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
	margin-top:10px ;
}

.project-form button:hover {
    background-color: #9c7a2e;
}

/* Featured image uploader */
#featured_image_uploader {
    text-align: center;
    padding: 30px 40px;
    background-color: #EFEFEF;
    margin: 10px 0px 40px 0px;
	border-radius: 8px;
	border: 5px dotted #dfdfdf;
}

#featured_image_area {
    margin-top: 10px;
}

#featured_image_preview {
    border: none;
    padding: 2px;
    text-align: center;
	color:#5c727d;
	font-size:14px;
}

.fa-cloud-upload-alt:before{
    font-size: 35px;
    color: #a5c2de;
}

.select_image_button{
	background-color: #a98a3a !important;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
	margin-top:10px;
}



/* Image upload button */
.select_gallery_button {
    background-color: #a98a3a;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
	margin-top:10px;
}

.select_image_button:hover,
.select_gallery_button:hover {
    background-color: #9c7a2e;
}

/* Image preview section */
.project-form .image-preview {
    border: 1px dashed #ccc;
    padding: 20px;
    margin-top: 10px;
    text-align: center;
    color: #aaa;
}

/* File inputs */
input[type="file"] {
    display: none;
}


/* Hidden content for file uploads */
input[type="file"]:not(:valid) {
    display: none;
}

/* Submit button */
.project-form .submit-button {
    background-color: #A98A3A;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 20px;
}

.project-form .submit-button:hover {
    background-color: #9c7a2e;
}

#interior_gallery_preview{
	
	display:flex;
	flex-wrap:wrap;
}

#bedroom_4_image_preview,
#bedroom_5_image_preview,
#bedroom_6_image_preview{
	
	margin-bottom:30px;
}

#exterior_gallery_preview,
#interior_gallery_preview{
	
	margin-bottom:30px;

}


@media only screen and (max-width: 767px) {

.double-section{
	
	flex-direction:column;
}
	
	
.double-section p{
	
	width:100%;
}

}
