/*
 Theme Name:   Onset Realty | Deisgned & Developed by DigitalTrax
 Theme URI:    https://generatepress.com
 Description:  Onset Realty
 Author:       DigitalTrax
 Author URI:   https://onsetrealty.com
 Template:     Onset Realty
 Version:      0.1
*/

/* Form Wrapper */
.gp-contact-form {
    max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

/* Rows */
.gp-row {
    display: flex;
    gap: 18px;
	margin-bottom:18px;
}

.gp-row p{
	margin-bottom:0;
}

/* Columns */
.gp-col {
    flex: 1;
}

.gp-col-full {
    width: 100%;
}

/* Inputs & textarea */
.gp-contact-form input[type="text"],
.gp-contact-form input[type="email"],
.gp-contact-form input[type="tel"],
.gp-contact-form textarea {
    width: 100%;
    padding: 16px 20px;
    font-size: 16px;
/*     border: 2px solid #c6c6c6; */
    border-radius: 10px !important;
    background: #fff;
    outline: none;
    box-shadow: none !important;
	font-family: 'montserrat';
}

/* Textarea style */
.gp-contact-form textarea {
    border-radius: 20px;
/*     height: 140px; */
    resize: vertical;
}

/* Focus */
.gp-contact-form input:focus,
.gp-contact-form textarea:focus {
    border-color: #000;
}

/* Submit button */
.gp-contact-form input[type="submit"] {
    background: var( --e-global-color-f4e3a14 );
    color: #fff;
    padding: 12px 36px;
    font-size: 17px;
    font-weight: 600;
    border: none;
    border-radius: 40px;
    cursor: pointer;
	font-family: 'montserrat';
}

.gp-contact-form input[type="submit"]:hover{
	background:#000;
	color: #fff;
}

.footer-widgets{
	background: var( --e-global-color-secondary ) url(/wp-content/uploads/2025/12/map-bottom.png) bottom repeat-x;
	padding-bottom: 120px;
}

.site-footer ul.menu li a{
/* 	text-decoration:none; */
	color: #000;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .gp-row {
        flex-direction: column;
    }
}
