/* Footer Icons
------------------------- */
.btFooterIcons {
	max-width: 200px;
	opacity: 0.5;
}
.btFooterIcons .bt_bb_icon_holder {
	align-items: flex-start;
}
.btFooterIcons .bt_bb_icon_holder span {
	line-height: 1.4;
}

/* Icon widget
----------------------- */
.btIconWidgetIcon {
    font-size: 1.8em;
    padding-right: 0.5em;
    border-right: 1px solid black;
}
.topTools .btIconWidgetContent, .topBarInMenu .btIconWidgetContent {
    margin-left: 0.8em;
    font-size: 1.1em;
    letter-spacing: 1px;
}
.btMenuVertical .mainHeader .topBarInMenu .btIconWidget .btIconWidgetIcon {
	border-right: none;
}

/* Menu Items
------------- */
.menuPort nav ul li a {
    letter-spacing: 1px;
}
/* Contact Form 7 white background with padding */
.wpcf7 {
  background-color: #ffffff !important;
  padding: 30px !important;
  border-radius: 10px !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
  font-family: 'Lato', sans-serif !important;
  color: #000000 !important;
  max-width: 500px; /* optional: limit form width */
  margin: 0 auto; /* optional: center form */
}

/* Label styles */
.wpcf7 label {
  display: block !important;
  margin-bottom: 10px !important;
  font-weight: bold !important;
  color: #000000 !important;
}

/* Form inputs, selects, textareas */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100% !important;
  padding: 10px !important;
  margin-top: 5px !important;
  margin-bottom: 15px !important;
  border: 1px solid #ccc !important;
  border-radius: 5px !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 14px !important;
  color: #000000 !important;
  background-color: #fff !important;
}

/* Submit button styles */
.wpcf7 input[type="submit"] {
  background-color: #3d5464 !important;  /* Your gold color */
  color: #ffffff !important;             /* White text */
  font-family: 'Lato', sans-serif !important;
  font-weight: lighter !important;        /* No bold */
  padding: 12px 25px !important;
  border: none !important;
  border-radius: 6px !important;
  cursor: pointer !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) !important; /* subtle shadow */
  transition: background-color 0.3s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: normal !important;
  height: auto !important;
  min-width: 120px !important;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #e6b63d !important;
}
.page-id-2041 .hide-on-ambassador {
  display: none !important;
}