/* 
Theme Name: ShoreDigital Elementor
Author: ShoreDigital
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Add your custom styles here */

/* Enquiry form CSS */
.custom-list-spacing li {
  margin: 0.5em 0;
}

.enquiry-forms .wpcf7 label {
    padding-bottom: 20px;
    font-size: 20px;
	line-height: 29px;
}

/* Mobile font size adjustment */
@media (max-width: 767px) {
    .enquiry-forms .wpcf7 label {
        font-size: 17px;
    }
}

.enquiry-forms .wpcf7 .wpcf7-list-item {
    margin: 0 30px 0px 0px;
}

.enquiry-forms input.wpcf7-form-control.wpcf7-text, .enquiry-forms select.wpcf7-form-control.wpcf7-select {
    border: 1px solid #021051;
    height: calc(42px + 1em);
	margin-bottom: 20px;
	background-color: transparent;
    color: #021051;
	border-radius: 0px;
}

.enquiry-forms textarea.wpcf7-form-control.wpcf7-textarea{
	border: 1px solid #021051;
    margin-bottom: 20px;
    background-color: transparent !important;
    color: #021051;
    border-radius: 0px;
}

.enquiry-forms .wpcf7 input[type="file"] {
    margin-bottom: 20px;
	border: 1px solid #021051;
	padding: 12px;
    width: 100%;
}

.enquiry-forms input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    border: 0;
    background-color: #021051;
    color: #fff;
	border-radius: 999px;
}

.enquiry-forms input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #add036;
}

/* .enquiry-forms .wpcf7-list-item [type=checkbox], [type=radio] {
    box-sizing: border-box;
	padding: 6px;
    transform: scale(1.3);
    margin-right: 8px;
    appearance: none;
    -moz-appearance: none;
    width: 11px;
    height: 10px;
    border: 1px solid #021051;
    background-color: transparent;
    cursor: pointer; 
    position: relative;
    vertical-align: middle;
    border-radius: 50%;
}*/

/* .enquiry-forms .wpcf7-list-item input[type="radio"]:checked::before, .enquiry-forms .wpcf7-list-item input[type="checkbox"]:checked::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: 10px;
    height: 10px;
    background-color: #021051;
    border-radius: 50%;
} */

.enquiry-forms .wpcf7-list-item input[type="radio"] {
    box-sizing: border-box;
    padding: 6px;
    transform: scale(1.3);
    margin-right: 8px;
    appearance: none;
    -moz-appearance: none;
    width: 11px;
    height: 10px;
    border: 1px solid #021051;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    border-radius: 50%;
}

.enquiry-forms .wpcf7-list-item input[type="radio"]:checked::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: 10px;
    height: 10px;
    background-color: #021051;
    border-radius: 50%;
}

/* CHECKBOX STYLES */
.enquiry-forms .wpcf7-list-item input[type="checkbox"] {
    box-sizing: border-box;
    padding: 6px;
/*     transform: scale(1.4); */
    margin-right: 8px;
    appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #021051;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    border-radius: 0; /* no rounded corners */
}

.enquiry-forms .wpcf7-list-item input[type="checkbox"]:checked::before {
    content: '✔';
    position: absolute;
    top: -5px;
    left: 0px;
    font-size: 12px;
	color: #021051 !important;
    font-weight: 100;
}

.enquiry-forms .wpcf7 input:focus,
.enquiry-forms .wpcf7 textarea:focus,
.enquiry-forms .wpcf7 select:focus {
    outline: none;
    box-shadow: none;
}


.enquiry-forms .wpcf7-not-valid-tip {
    color: #dc3232;
    font-weight: normal;
    font-size: 0.8em;
    font-weight: normal;
    font-style: italic;
	margin-top: -20px;
}

.enquiry-forms .italic{
	font-style: italic;
	margin-bottom: 20px;
}

.enquiry-forms .row {
  display: block;
}

.enquiry-forms .row .column {
  margin-bottom: 16px;
}

/* Desktop: two columns in one row */
@media (min-width: 1024px) {
  .enquiry-forms .row {
    display: flex;
    gap: 20px;
  }

  .enquiry-forms .row .column {
    flex: 1;
    margin-bottom: 0;
  }
}

.enquiry-forms .mb-25{
	margin-bottom: 25px;
}

.contact-form-wrapper .wpcf7-spinner{
	display: none;
}

.contact-form-wrapper .align-right {
  text-align: right;
}

@media (max-width: 767px) {
  .contact-form-wrapper input[type="submit"].send-email {
    width: 100%;
  }
}
