/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 28 2025 | 20:02:16 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 22 2025 | 21:31:34 */
/*
font-size: 16px;

	@include tablet {
		font-size: 18px;
	}

	@include desktop {
		font-size: 20px;
	}

	@include tweakpoint(0, 600px) {
		// some styles
	}
}
*/
.title--interior {
  margin-top: 35px;
}
@media (max-width: 980px) {
  .title--interior {
    margin-top: 0;
  }
}
@media (max-width: 980px) {
  .et_pb_column_1 .feature-box {
    max-width: 100%;
    margin-right: 0 !important;
    width: 100%;
  }
}
@media (max-width: 980px) {
  .et_pb_column_2 .content--interior-body-col {
    margin-left: 0 !important;
  }
}
.et_pb_team_member_image img {
  border-radius: 50%;
}
.swpm-username-input input, .swpm-password-input input, .mc4wp-form-fields input {
  margin: 0;
  height: 37px;
  width: 100%;
  padding: 0 10px;
  font-size: 1em;
}
.swpm-submit-btn-default-style {
  color: white;
  font-weight: bold;
  font-size: 16px;
  background-color: #032d5f;
  padding: 15px 30px;
  border-radius: 5px;
  height: 50px;
  margin-top: 10px;
  border: 0;
}
.swpm-submit-btn-default-style:hover {
  background-color: #428fa3;
}
.swpm-logged-membership, .swpm-logged-expiry {
  display: none;
}
.mc4wp-form-fields input[type="submit"] {
  color: white;
  font-weight: bold;
  font-size: 16px;
  background-color: #428fa3;
  padding: 5px 10px !important;
  border-radius: 5px;
  height: 35px;
  margin-top: 10px;
  box-shadow: none;
  border: 0;
  cursor: pointer;
  margin: 0;
}
