.site-title {
  display: none;
}
.post-content img {
  border: none !important;
  padding: 0;
}
.header .cover {
  display: none;
}
.header.section {
  background-size: contain;
}
.page header {
	position: absolute;
	left: -999em;
	top: -999em;
  direction: ltr;
}

.page .search-toggle {
	display: none;
}

#sticky-login{
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  background-color: #f7f7f7;
  position: absolute;
  top: 0;
  right: calc(50% - 650px);
  padding: 4px 25px;
  font-family: ubuntu,sans-serif;
  border: 1px solid #fff;
  border-top: 0;
	color: #1A405F;
	font-size: 14px;
	
}

@media (max-width: 1440px) {
	#sticky-login {
		  right: 20px;
	}
}

#sticky-login, a:hover { 
	text-decoration: none; 
}

#sticky-login:hover {
  background-color: #1A405F;
	  border: 1px solid #1A405F;
	color: #f7f7f7;
}

/* this fixes the alignment of the roompact logo on the menu bar */
#menu-item-31903 img {
	    margin-top: -3px;
}

/* add styling to buttons | 4880670-zd tdl */
.wp-block-button .wp-block-button__link {
    background-color: transparent;   /* Default, override-able */
    color: #1A405F;                  /* Default text color, override-able */
    border: 2px solid #1A405F;
    border-radius: 20px;
    font-family: Open Sans;
    font-size: 18px;
}

.wp-block-jetpack-subscriptions,
.wp-block-jetpack-subscriptions * {
    font-family: inherit !important;
}

/* Style the Ask Roompact Submit Button */
.page-id-2598 .gform_wrapper input[type="submit"], /* Targets Gravity Forms on this specific page */
.page-id-2598 input[type="submit"].pushbutton-wide {
    background-color: #78BE20; /* Roompact Green - ADJUST THIS CODE IF NEEDED */
    color: #ffffff;
    border: none;
    padding: 12px 24px;
    border-radius: 4px; /* Matches the slightly rounded corners of theme buttons */
    font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: auto; /* Prevents full-width if not desired */
    -webkit-appearance: none; /* Removes default iOS styling */
}

/* Hover Effect */
.page-id-2598 .gform_wrapper input[type="submit"]:hover,
.page-id-2598 input[type="submit"].pushbutton-wide:hover {
    background-color: #5da015; /* Slightly darker green for hover state */
    opacity: 0.9;
}