/* ===== IMPORTS ===== */

@import url(https://fonts.googleapis.com/css?family=Outfit);

/* ===== BASE STYLES ===== */

body p {
  font-weight: 500;
  color: #333333;
}

h3 {
  font-size: 1.75rem;
}

.entry-title {
  font-size: 2.125rem;
}

/* Global bullet color */

ul li::marker {
  color: #D04724;
}

/* ===== LAYOUT ===== */

.corp-container {
  max-width: 80%;
}

#primary.content-area {
  font-size: 1.25rem;
}

/* ===== HEADER ===== */

.site-header .site-branding img {
  padding: 0px;
  margin-bottom: -50px;
}

/* ===== NAVIGATION ===== */

.main-navigation ul li {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-family: Outfit, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.main-navigation ul .sub-menu li a {
  font-weight: 600;
}

#menu-item-5371.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-5371 {
  margin-top: 6px;
}

/* ===== FOOTER ===== */

.site-footer {
  border-top: 1px solid #e0e0e0;
  padding-top: 2rem;
}

.site-footer .widget ul li {
  padding-bottom: 0px;
  margin-bottom: 10px;
}

.site-footer .widgets .widget .widget-title,
.site-footer .widgets .widget .wp-block-group__inner-container :is(h1,h2,h3,h4,h5,h6) {
  font-size: 1.0666rem;
  font-weight: 700;
  font-family: 'Outfit', sans-serif;
}

/* ===== BUTTONS ===== */

.main-navigation .menu-button a,
.sow-button-base a,
.sowb-button,
button,
input[type="submit"],
.wp-block-button__link {
  border-radius: 0.25em;
}

/* ===== UTILITY CLASSES ===== */

.whitelabel .widget-title {
  color: #ffffff;
}

.shadow {
  color: #000000;
}

/* KSL Dots - special case bullet colors */

.greendot li::marker {
  color: #00A050;
}

.tealdot li::marker {
  color: #429698;
}

.reddot li::marker {
  color: #F8312F;
}

.lavdot li::marker {
  color: #8B5EC7;
}

.bluedot li::marker {
  color: #0077AA;
}

.orangedot li::marker {
  color: #D04724;
}

/* ===== SITEORIGIN WIDGETS ===== */

.so-widget-sow-button-flat-cb82984ec085-5387 .ow-button-base .sowb-button {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.sow-icon-fontawesome.sow-fas {
  color: #ffffff;
}

.so-widget-sow-accordion-default-8708d9e42fc7-5792 .sow-accordion .sow-accordion-panel:not(.sow-accordion-panel-open) > .sow-accordion-panel-header-container > .sow-accordion-panel-header .sow-accordion-close-button {
  color: #b00c0c;
}

/* Two-column checkbox layout */

.sow-form-field-checkboxes ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sow-form-field-checkboxes ul li {
  width: 48%;
  margin-bottom: 10px;
}

/* Menu button rounded corners */

.main-navigation .menu-button a,
.main-navigation .menu-item.menu-button > a {
  border-radius: 0.25em !important;
}

.centered-menu {
  width: fit-content;
  /* Shrink to content width */
  margin-left: auto;
  margin-right: auto;
  /* Center the block itself */
}

.site-footer .widget ul {
  text-align: center;
}

.site-footer .widget ul li {
  /* Adjust this value to your liking. 1.2 is a common starting point. */
  line-height: 1.2em;
  /* Remove default vertical space added by themes */
  margin-bottom: 0;
  padding-top: 2px;
  /* Small vertical adjustment */
  padding-bottom: 2px;
  /* Small vertical adjustment */
}

/* ========= K S L ========= */

/* Target ONLY SiteOrigin buttons and form inputs - EXCLUDE MediaElement */

input[type="submit"]:not([class*="mejs"]),
input[type="button"]:not([class*="mejs"]),
input[type="reset"]:not([class*="mejs"]),
.sow-button:not([class*="mejs"]),
.sow-button-base:not([class*="mejs"]),
.so-widget-sow-button .ow-button-base a:not([class*="mejs"]),
.sowb-button:not([class*="mejs"]) {
  background: #d04724 !important;
  border-radius: 4px !important;
  border: none !important;
  color: #ffffff !important;
  cursor: pointer;
  padding: 10px 20px !important;
  transition: background 0.3s;
  font-family: 'Outfit', sans-serif !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

/* Hover Styles */

input[type="submit"]:not([class*="mejs"]):hover,
input[type="button"]:not([class*="mejs"]):hover,
input[type="reset"]:not([class*="mejs"]):hover,
.sow-button:not([class*="mejs"]):hover,
.sow-button-base:not([class*="mejs"]):hover,
.so-widget-sow-button .ow-button-base a:not([class*="mejs"]):hover,
.sowb-button:not([class*="mejs"]):hover {
  background: #b33a1b !important;
}

/* Focus Styles */

input[type="submit"]:not([class*="mejs"]):focus,
input[type="button"]:not([class*="mejs"]):focus,
input[type="reset"]:not([class*="mejs"]):focus,
.sow-button:not([class*="mejs"]):focus,
.sow-button-base:not([class*="mejs"]):focus,
.so-widget-sow-button .ow-button-base a:not([class*="mejs"]):focus,
.sowb-button:not([class*="mejs"]):focus {
  outline-offset: 2px;
  outline: 2px solid #d04724;
}

.hotspot-content {
  font-size: .8em;
  line-height: 1.5em;
}

/* Image Badge */

.cs-badge {
  position: relative;
  display: inline-block;
}

.cs-badge::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  width: 135px;
  height: 135px;
  background-image: url('https://www.californiadreambungalows.com/wp-content/uploads/2025/12/comingsoon.png');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
}