/*
Theme Name:     Kleo Child
Theme URI:
Description:    Child theme for Kleo
Author:         SeventhQueen
Author URI:     http://seventhqueen.com
Template:       kleo
Tags:  one-column, two-columns, right-sidebar, fluid-layout, custom-menu, featured-images, post-formats, sticky-post, translation-ready
License: GNU General Public License
License URI: license.txt
Version: 1.0.1
*/

body {
  background-color: black;
}

textarea {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #1c1c1c;
  resize: none;
}

/* FlipClock — responsive host */
.countup,
.flipclock {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

.flip-clock-wrapper {
  max-width: none !important;
  float: none !important;
  transform-origin: top center !important;
}

/* ==========================================================================
   SWW letterhead (use alone inside its own [vc_column_text] cell in WPBakery)
   Pattern: [vc_column_text][sww_letterhead][/vc_column_text]
            [vc_separator]
            [vc_column_text]…body…[/vc_column_text]
   ========================================================================== */
.sww-letter-banner {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
.sww-letter-banner img {
  display: block;
  height: auto;
  max-width: 100%;
}
/* Full width of the content column — do not squeeze with a narrow max-width */
.sww-executive-letter {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  line-height: 1.65;
}
.sww-executive-letter p {
  margin: 0 0 1rem 0;
}
.wpb_text_column .sww-letter-banner,
.kleo_text_column .sww-letter-banner {
  margin-left: 0;
  margin-right: 0;
}



/* Professional executive-letter spacing (not typewriter double-space) */
.sww-executive-letter {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  line-height: 1.65;
}
.sww-executive-letter p {
  margin: 0 0 0.85rem 0;
}
.sww-letter-meta {
  margin: 0 0 1.15rem 0;
  padding: 0 0 0.85rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.sww-letter-meta p {
  margin: 0 0 0.5rem 0;
}
.sww-letter-meta p:last-child {
  margin-bottom: 0;
}
.sww-letter-time {
  font-size: 0.95em;
  color: #555;
}
/* Greeting sits tight to opening paragraph — not a full double-gap */
.sww-executive-letter .sww-letter-greeting {
  margin: 0 0 0.35rem 0;
}
.sww-executive-letter .sww-letter-open {
  margin-top: 0;
  margin-bottom: 0.85rem;
}
/* One clear break before sign-off; space after "Signed,"; name+title single-spaced */
.sww-executive-letter .sww-letter-close {
  margin-bottom: 1.15rem;
}
.sww-executive-letter .sww-letter-signoff {
  margin: 0 0 0.35rem 0;
}
.sww-executive-letter .sww-letter-signature {
  margin: 0.85rem 0 0 0;
  line-height: 1.45;
}

