/*
	Globals
*/
html {
  font-size: 10px;
}

p {
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
}

/* Elementor Widget - Text Editor */
.elementor-widget-text-editor .elementor-widget-container h1,
.elementor-widget-text-editor .elementor-widget-container h2,
.elementor-widget-text-editor .elementor-widget-container h3,
.elementor-widget-text-editor .elementor-widget-container h4,
.elementor-widget-text-editor .elementor-widget-container h5,
.elementor-widget-text-editor .elementor-widget-container h6 {
  color: inherit;
}

.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol {
  margin-left: 20px;
  margin-bottom: 15px;
}

.elementor-widget-text-editor ul>li,
.elementor-widget-text-editor ol>li {
  margin-bottom: 5px;
}

.elementor-widget-text-editor li>ul,
.elementor-widget-text-editor li>ol {
  margin-top: 15px;
}

.elementor-widget-text-editor a:hover {
  text-decoration: underline;
}

.elementor-widget-text-editor em {
  font-style: italic;
}

.elementor-widget-text-editor > *:last-child {
  margin-bottom: 0;
}

/* End of Elementor Widget - Text Editor */

/* Elementor Widget - Button */
.elementor-widget-button .elementor-button,
.elementor-widget-button .elementor-button:visited {
  padding: 12px 24px;
  font-size: 1.6rem;
  line-height: 1em;
  font-weight: 700;
  color: var(--btn-primary-color);
  background-color: var(--btn-primary-bg-color);
  border: solid 1px var(--btn-primary-border-color);
  border-radius: 10px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.elementor-button-secondary.elementor-widget-button .elementor-button,
.elementor-button-secondary.elementor-widget-button .elementor-button:visited {
  color: var(--btn-secondary-color);
  background-color: var(--btn-secondary-bg-color);
  border-color: var(--btn-secondary-border-color);
}

/* Elementor Widget - Button - Hover */
.elementor-widget-button .elementor-button:hover {
  color: var(--btn-primary-hv-color);
  background-color: var(--btn-primary-hv-bg-color);
  border-color: var(--btn-primary-hv-border-color);
}

.elementor-button-secondary.elementor-widget-button .elementor-button:hover {
  color: var(--btn-secondary-hv-color);
  background-color: var(--btn-secondary-hv-bg-color);
  border-color: var(--btn-secondary-hv-border-color);
}

/* End of Elementor Widget - Button */


/* Contact Form - 7 */
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 select,
.wpcf7 textarea {
  outline: 0 !important;
  border: 1px solid rgba(159,147,147,0.3);
  border-radius: 5px;
  background-color: #f4f4f4;
  color: #303030;
  font-size: 1.6rem;
  box-sizing: border-box;
  padding: 10px 16px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.wpcf7 textarea {
  height: 60px;
  /*max-height:100px;*/
  width: 100%;
  max-width: 100%;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  border-color: #303030;
  /*outline:1px solid #DBAA55;*/
}

.wpcf7 input[type="text"].wpcf7-not-valid,
.wpcf7 input[type="tel"].wpcf7-not-valid,
.wpcf7 input[type="email"].wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid,
.wpcf7 select.wpcf7-not-valid,
.wpcf7 select.wpcf7-not-valid+.select2 .select2-selection {
  border-color: #de8282;
  /*outline:1px solid #DE8282;*/
}

/* Phone Number*/
.wpcf7 .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px;
}

.wpcf7 .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 87px;
}

.wpcf7 .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 93px;
}

.wpcf7 .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 102px;
}

.wpcf7 .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input {
  padding-left: 76px;
}

.wpcf7 .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input {
  padding-left: 93px;
}

.wpcf7 .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input {
  padding-left: 99px;
}

.wpcf7 .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input {
  padding-left: 108px;
}

/*CheckBox*/
.wpcf7 .wpcf7-checkbox .wpcf7-list-item.first {
  margin-left: 0;
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item-label {
  padding-left: 5px;
  font-weight: normal;
}

/* Submit */
.wpcf7 input.wpcf7-submit {
  border: 2px solid #001633;
  outline: 0;
  border-radius: 50px;
  background-color: #001633;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.1em;
  color: #fff;
  padding: 12px 34px;
  transition: all 0.3s;
}

.wpcf7 input.wpcf7-submit:hover {
  background-color: #fff;
  color: #001633;
}

.wpcf7 .submit-wrapper {
  margin-top: 10px;
}

.wpcf7 .submit-wrapper>p {
  display: inline-block;
  position: relative;
}

.wpcf7 .submit-wrapper .wpcf7-spinner {
  display: none;
  position: absolute;
  right: -30px;
  margin: 0;
  top: calc(50% - 11px);
}

.wpcf7 form.submitting .submit-wrapper .wpcf7-spinner {
  display: block;
}

/* Columns and Wrappers */
.wpcf7 .form-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.wpcf7 .form-content-wrapper p {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

.wpcf7 .form-field {
  width: 100%;
}

.wpcf7 .default_hidden {
  display: none;
}

.wpcf7 .form-field label {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
}

.wpcf7 .form-field p>br {
  display: none;
}

.wpcf7 .form-field.col-4 {
  width: calc(33.33% - 10px);
}

.wpcf7 .form-field.col-6 {
  width: calc(50% - 8px);
}

/* Notifications */
.wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 1.2rem;
  color: #bc3d3d;
}

.wpcf7 .wpcf7-form .wpcf7-response-output {
  margin: 20px 0 0 0;
  background-color: #fff;
  font-size: 1.4rem;
  text-align: center;
  padding: 10px 15px;
  border: 1px solid #f7e700;
  border-radius: 10px;
}

.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  color: #bc3d3d;
  background-color: #f3cac5;
  border-color: #de8282;
}

.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

@media only screen and (max-width: 767px) {
  .wpcf7 .form-field.col-4 {
    width: 100%;
  }
  .wpcf7 .form-field.col-6 {
    width: 100%;
  }
}